We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336cb7c commit 3958670Copy full SHA for 3958670
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs
@@ -229,7 +229,6 @@ public static void Run()
229
server.SetBasicAuthentication("a", "b");
230
//server.SetAzureADAuthentication("6c2a4722-f3b9-4970-b8fc-fac41e29stef", "8587fde1-7824-42c7-8592-faf92b04stef");
231
232
-
233
//var http = new HttpClient();
234
//var response = await http.GetAsync($"{_wireMockServer.Url}/pricing");
235
//var value = await response.Content.ReadAsStringAsync();
@@ -376,7 +375,6 @@ public static void Run()
376
375
.WithHeader("Content-Type", "text/plain")
377
);
378
379
380
server
381
.Given(Request.Create()
382
.UsingMethod("GET")
0 commit comments