We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1032c commit cd9ae85Copy full SHA for cd9ae85
FakeApiTest/FakeHttpRequesterTests.cs
@@ -126,6 +126,7 @@ public void ShouldMockPropertiesFromApiResponse()
126
var responseCfg = new HttpResponseMock();
127
api.Responses = new[] { responseCfg };
128
responseCfg.Active = true;
129
+ responseCfg.Delay = 100;
130
responseCfg.ContentLength = 2565121024;
131
responseCfg.ContentType = "defaultContentType";
132
responseCfg.HttpCode = (int)HttpStatusCode.Ambiguous;
0 commit comments