Skip to content

Commit 4f5303b

Browse files
committed
update tests
1 parent de16c05 commit 4f5303b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/pkg/pbm/mongo_pbm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (m *MongoPBM) StoreResync(ctx context.Context) error {
7171
return errors.Wrap(err, "get config")
7272
}
7373

74-
return resync.Resync(ctx, m.conn, &cfg.Storage, "")
74+
return resync.Resync(ctx, m.conn, &cfg.Storage, "", false)
7575
}
7676

7777
func (m *MongoPBM) Conn() connect.Client {

0 commit comments

Comments
 (0)