Skip to content

Commit 3958670

Browse files
committed
[CodeFactor] Apply fixes
1 parent 336cb7c commit 3958670

File tree

1 file changed

+0
-2
lines changed
  • examples/WireMock.Net.Console.Net452.Classic

1 file changed

+0
-2
lines changed

examples/WireMock.Net.Console.Net452.Classic/MainApp.cs

-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ public static void Run()
229229
server.SetBasicAuthentication("a", "b");
230230
//server.SetAzureADAuthentication("6c2a4722-f3b9-4970-b8fc-fac41e29stef", "8587fde1-7824-42c7-8592-faf92b04stef");
231231

232-
233232
//var http = new HttpClient();
234233
//var response = await http.GetAsync($"{_wireMockServer.Url}/pricing");
235234
//var value = await response.Content.ReadAsStringAsync();
@@ -376,7 +375,6 @@ public static void Run()
376375
.WithHeader("Content-Type", "text/plain")
377376
);
378377

379-
380378
server
381379
.Given(Request.Create()
382380
.UsingMethod("GET")

0 commit comments

Comments
 (0)