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 532c3ee commit 8dad031Copy full SHA for 8dad031
etc/run-mongodb-aws-test.sh
@@ -19,7 +19,7 @@ if [ "$1" == "ec2" ] && [ "${SKIP_EC2_AUTH_TEST:-}" == "true" ]; then
19
fi
20
21
if [ "$1" == "web-identity" ] && [ "${SKIP_WEB_IDENTITY_AUTH_TEST:-}" == "true" ]; then
22
- echo "This platform does not support the EC2 auth test, skipping..."
+ echo "This platform does not support the web identity auth test, skipping..."
23
exit 0
24
25
0 commit comments