Skip to content

Commit f99c2a3

Browse files
Remove comment
1 parent aa9bc8d commit f99c2a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/MongoDB.Driver.Tests/Communication/Security/AwsAuthenticationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public void AwsSdk_should_support_all_required_callbacks()
129129
exception = Record.Exception(() => RunTestCase());
130130
if (Environment.GetEnvironmentVariable("AWS_CONTAINER_CREDENTIALS_RELATIVE_URI") != null || Environment.GetEnvironmentVariable("AWS_CONTAINER_CREDENTIALS_FULL_URI") != null)
131131
{
132-
// environment variables code path
133132
exception.Should().BeNull();
134133
credentials.Should().BeOfType<ECSTaskCredentials>();
135134
}

0 commit comments

Comments
 (0)