We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ee87f commit 76bb0dfCopy full SHA for 76bb0df
tests/TestCase.php
@@ -70,7 +70,7 @@ public static function printConfiguration(): void
70
$configuration = [
71
'%uri%' => $uri,
72
'%database%' => static::getDatabaseName(),
73
- '%apiVersion%' => getenv('MONGODB_API_VERSION') ?: 'Not configured',
+ '%apiVersion%' => getenv('API_VERSION') ?: 'Not configured',
74
'%cryptSharedAvailable%' => FunctionalTestCase::isCryptSharedLibAvailable() ? 'Available' : 'Not available',
75
'%mongocryptdAvailable%' => FunctionalTestCase::isMongocryptdAvailable() ? 'Available' : 'Not available',
76
];
0 commit comments