Skip to content

Commit

Permalink
aws/session: Fix SSO unit test to cleanup tmp directory (#3862)
Browse files Browse the repository at this point in the history
Fixes SSO unit test to cleanup temporary directory.
  • Loading branch information
jasdel committed Apr 13, 2021
1 parent ff5ec4a commit a97b238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/session/credentials_test.go
Expand Up @@ -788,5 +788,6 @@ func ssoTestSetup() (func(), error) {
}

return func() {
os.RemoveAll(dir)
}, nil
}

0 comments on commit a97b238

Please sign in to comment.