mirror of
https://github.com/tiennm99/openai-status-bot.git
synced 2026-08-12 20:23:00 +00:00
test(mongo): use mongodb 8 container
This commit is contained in:
@@ -33,7 +33,7 @@ func testMongo(t *testing.T) *Store {
|
||||
ctx := context.Background()
|
||||
|
||||
sharedClientOnce.Do(func() {
|
||||
container, err := tcmongo.Run(ctx, "mongo:7")
|
||||
container, err := tcmongo.Run(ctx, "mongo:8")
|
||||
if err != nil {
|
||||
sharedClientErr = err
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user