Skip to content

Commit 8176ae7

Browse files
committed
fixed typo
1 parent 5627098 commit 8176ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws-cpp-sdk-core-tests/aws/auth/CredentialTrackingTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ TEST_F(CredentialTrackingTest, TestLegacySigV4SignerTracking)
177177
}
178178
EXPECT_EQ(1, mSectionCount);
179179

180-
// Check for legacy SigV4 signer business metric (A) in user agent
180+
// Check for legacy SigV4 signer business metric (MD) in user agent
181181
auto businessMetrics = std::find_if(userAgentParsed.begin(), userAgentParsed.end(),
182182
[](const Aws::String& value) { return value.find("m/") != Aws::String::npos && value.find("MD") != Aws::String::npos; });
183183

0 commit comments

Comments
 (0)