Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF authored Apr 30, 2024
1 parent 1cfacd2 commit af26ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/api/ApiKeyRedirectUrlBuilderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace UKControllerPluginUtilsTest::Api {
TEST_F(ApiKeyRedirectUrlBuilderTest, ItReturnsUrl)
{
EXPECT_EQ(
"https://vatsim.uk/admin/user-create-api-key/?redirect=http%3A%2F%2Flocalhost%3A62134",
"https://vatsim.uk/user-create-api-key/?redirect=http%3A%2F%2Flocalhost%3A62134",
builder.BuildUrl("localhost", 62134));
}
} // namespace UKControllerPluginUtilsTest::Api

0 comments on commit af26ab2

Please sign in to comment.