Skip to content

Commit

Permalink
add aws creds json testing file
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Sep 11, 2023
1 parent 93f0a5c commit 5be4c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ApplicationDefaultCredentialsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ public function provideExternalAccountCredentials()
return [
['file_credentials.json', CredentialSource\FileSource::class],
['url_credentials.json', CredentialSource\UrlSource::class],
['aws_credentials.json', CredentialSource\AwsNativeSource::class],
];
}
}

0 comments on commit 5be4c5e

Please sign in to comment.