Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 8, 2023
1 parent b1b397d commit 819cfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Passwordless.Tests/Fixtures/TestApiFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public TestApiFixture()
.Build();

_apiContainer = new ContainerBuilder()
// https://github.com/passwordless/passwordless-server/pkgs/container/api-test-server
// https://github.com/passwordless/passwordless-server/pkgs/container/passwordless-test-api
// TODO: replace with ':stable' after the next release of the server.
.WithImage("ghcr.io/passwordless/passwordless-test-api:latest")
.WithNetwork(_network)
Expand Down

0 comments on commit 819cfd8

Please sign in to comment.