diff --git a/src/Tests/AliasVault.E2ETests/Tests/Client/Shard1/ApiLoggingTests.cs b/src/Tests/AliasVault.E2ETests/Tests/Client/Shard1/ApiLoggingTests.cs index 6cc0abcb..a94c7478 100644 --- a/src/Tests/AliasVault.E2ETests/Tests/Client/Shard1/ApiLoggingTests.cs +++ b/src/Tests/AliasVault.E2ETests/Tests/Client/Shard1/ApiLoggingTests.cs @@ -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