Skip to content

Commit 0f31540

Browse files
committed
Use psmdb image for tc tests
1 parent ddedfde commit 0f31540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/oplog/db_tc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var mClient *mongo.Client
1818

1919
func TestMain(m *testing.M) {
2020
ctx := context.Background()
21-
mongodbContainer, err := mongodb.Run(ctx, "mongo:8")
21+
mongodbContainer, err := mongodb.Run(ctx, "perconalab/percona-server-mongodb:8.0.4-multi")
2222
if err != nil {
2323
log.Fatalf("error while creating mongo test container: %v", err)
2424
}

0 commit comments

Comments
 (0)