Skip to content

Commit 9c2ef7a

Browse files
author
pbromboszcz
committed
fix ci
1 parent 535cd5c commit 9c2ef7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codeception/Lib/Driver/MongoDb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function cleanup(): void
112112
public function load(string $dumpFile): void
113113
{
114114
$cmd = sprintf(
115-
'mongo %s %s%s',
115+
'mongosh %s %s%s',
116116
$this->host . '/' . $this->dbName,
117117
$this->createUserPasswordCmdString(),
118118
escapeshellarg($dumpFile)

0 commit comments

Comments
 (0)