Skip to content

Commit 381dfba

Browse files
committed
Update test to not dependents on mongocryptd availability
1 parent e192526 commit 381dfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Command/ConnectionDiagnosticCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function testExecute(): void
2121

2222
$output = $commandTester->getDisplay();
2323
$this->assertStringContainsString('MongoDB extension loaded', $output);
24-
$this->assertStringContainsString('mongocryptd version', $output);
24+
$this->assertStringContainsString('mongocryptd', $output);
2525
$this->assertStringContainsString('Connection: default', $output);
2626
$this->assertStringContainsString('Auto encryption is not enabled for this connection.', $output);
2727
}

0 commit comments

Comments
 (0)