Skip to content

Commit

Permalink
Update ApiLoggingTests to set correct base url (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Nov 15, 2024
1 parent 03c6bbc commit f7626ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public async Task ApiDbLogTest()
// Call webapi endpoint that throws an exception.
try
{
await Page.GotoAsync(ApiBaseUrl + "api/v1/Test/Error");
await Page.GotoAsync(ApiBaseUrl + "v1/Test/Error");
await Page.WaitForLoadStateAsync(LoadState.NetworkIdle);
}
catch
Expand Down

0 comments on commit f7626ec

Please sign in to comment.