Skip to content

Commit c97772d

Browse files
committed
more debug
1 parent d435fc0 commit c97772d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aws-cpp-sdk-core-integration-tests/STSWebIdentityProviderIntegrationTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class CognitoIdentitySetup {
116116
const auto token = getTokenResponse.GetResult().GetToken();
117117
EXPECT_TRUE(m_tokenFile->good());
118118
*m_tokenFile << token << std::endl;
119+
m_tokenFile->close();
119120
}
120121

121122
~CognitoIdentitySetup() {

0 commit comments

Comments
 (0)