Skip to content

Commit 987f97f

Browse files
committed
change comments
1 parent aa8b57f commit 987f97f

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
@@ -243,7 +243,7 @@ TEST_F(CredentialTrackingTest, TestInstanceProfileCredentialsTracking)
243243

244244
TEST_F(CredentialTrackingTest, TestHTTPCredentialsTracking)
245245
{
246-
// Create mock HTTP response with valid credentials
246+
// First mock: Response for credentials retrieval
247247
std::shared_ptr<HttpRequest> requestTmp =
248248
CreateHttpRequest(Aws::Http::URI("dummy"), Aws::Http::HttpMethod::HTTP_GET,
249249
Aws::Utils::Stream::DefaultResponseStreamFactoryMethod);

0 commit comments

Comments
 (0)