Skip to content

Commit

Permalink
chore: fix image tag for testcontainers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Dec 6, 2024
1 parent 54a15c5 commit fbcf3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcontainers/testcontainers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestContainersTest(t *testing.T) {
ctx := context.Background()

// Start fauxrpc container
container, err := fauxrpctestcontainers.Run(ctx, "docker.io/sudorandom/fauxrpc:v0.3.0-amd64")
container, err := fauxrpctestcontainers.Run(ctx, "docker.io/sudorandom/fauxrpc:latest")
if err != nil {
t.Fatalf("unable to set up faux eliza: %s", err)
}
Expand Down

0 comments on commit fbcf3a3

Please sign in to comment.