We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddedfde commit 0f31540Copy full SHA for 0f31540
pbm/oplog/db_tc_test.go
@@ -18,7 +18,7 @@ var mClient *mongo.Client
18
19
func TestMain(m *testing.M) {
20
ctx := context.Background()
21
- mongodbContainer, err := mongodb.Run(ctx, "mongo:8")
+ mongodbContainer, err := mongodb.Run(ctx, "perconalab/percona-server-mongodb:8.0.4-multi")
22
if err != nil {
23
log.Fatalf("error while creating mongo test container: %v", err)
24
}
0 commit comments