Skip to content

Commit

Permalink
Add a missing status assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat committed Dec 8, 2023
1 parent fd05382 commit dd15a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Testing/Acceptance/Modules/PageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ public async Task TestRouting()

using var response = await runner.GetResponseAsync("/outer/inner/page");

await response.AssertStatusAsync(HttpStatusCode.OK);

var content = await response.GetContent();

AssertX.Contains("https://google.de|../res/123|../../other/456/|./relative", content);
Expand Down

0 comments on commit dd15a1c

Please sign in to comment.