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 aa9bc8d commit f99c2a3Copy full SHA for f99c2a3
tests/MongoDB.Driver.Tests/Communication/Security/AwsAuthenticationTests.cs
@@ -129,7 +129,6 @@ public void AwsSdk_should_support_all_required_callbacks()
129
exception = Record.Exception(() => RunTestCase());
130
if (Environment.GetEnvironmentVariable("AWS_CONTAINER_CREDENTIALS_RELATIVE_URI") != null || Environment.GetEnvironmentVariable("AWS_CONTAINER_CREDENTIALS_FULL_URI") != null)
131
{
132
- // environment variables code path
133
exception.Should().BeNull();
134
credentials.Should().BeOfType<ECSTaskCredentials>();
135
}
0 commit comments