Skip to content

Commit

Permalink
test dev image on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Apr 19, 2024
1 parent 3496d95 commit 8e01443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant/qdrant_grpc.pb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestNewQdrantClient(t *testing.T) {
distance = pb.Distance_Dot
)

c, err := qdrant.RunContainer(context.Background(), testcontainers.WithImage("qdrant/qdrant:v1.9.0"))
c, err := qdrant.RunContainer(context.Background(), testcontainers.WithImage("qdrant/qdrant:dev"))
if err != nil {
t.Fatalf("Could not start qdrant container: %v", err)
}
Expand Down

0 comments on commit 8e01443

Please sign in to comment.