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 f2493a9 commit 1c0f1d7Copy full SHA for 1c0f1d7
src/Components/Endpoints/test/EndpointHtmlRendererTest.cs
@@ -864,7 +864,7 @@ public async Task UriHelperRedirect_ThrowsInvalidOperationException_WhenResponse
864
string redirectUri = "http://localhost/redirect";
865
866
// Act
867
- if (expectException)
+ if (allowException)
868
{
869
var exception = await Assert.ThrowsAsync<InvalidOperationException>(async () => await renderer.PrerenderComponentAsync(
870
httpContext,
0 commit comments