Skip to content

Commit 8c54cf7

Browse files
committed
fix
1 parent 2d49884 commit 8c54cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasm/Wasm.Build.Tests/HttpTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public async Task HttpNoStreamingTest()
3131

3232
var result = await RunForBuildWithDotnetRun(new BrowserRunOptions(Configuration: config, TestScenario: "HttpNoStreamingTest"));
3333

34-
Assert.Contains(result.TestOutput, m => m.Contains("AppContext WasmEnableStreamingResponse=False"));
34+
Assert.Contains(result.TestOutput, m => m.Contains("AppContext FeatureEnableStreamingResponse=False"));
3535
Assert.Contains(result.TestOutput, m => m.Contains("response.Content is System.Net.Http.BrowserHttpContent"));
3636
}
3737
}

0 commit comments

Comments
 (0)