Skip to content

Commit 04075c6

Browse files
committed
Update test to not dependents on mongocryptd availability
1 parent e192526 commit 04075c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/encryption.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ This setting **recommended** for improved security and performance.
9292
specified collection, the client downloads the server-side remote schema for
9393
the collection and uses it instead.
9494

95-
For more details, see the official MongoDB documentation:
96-
`Encrypted Fields and Enabled Queries <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`.
95+
For more details, see the official MongoDB documentation: `Encrypted Fields and Enabled Queries <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`_.
9796

9897
.. tabs::
9998

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)