Skip to content

Commit

Permalink
make test case consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 committed Aug 16, 2024
1 parent c673f51 commit 732c99a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ class TestCredentialsProvider : public Aws::Auth::AWSCredentialsProvider{


//Goal is to add a mock credential provider which will get hit
class TestCredentialsProviderChain: public Aws::Auth::DefaultAWSCredentialsProviderChain{
class TestCredentialsProviderChain: public Aws::Auth::AWSCredentialsProviderChain{
public:
friend class SmithyClientTest;
TestCredentialsProviderChain():Aws::Auth::DefaultAWSCredentialsProviderChain()
TestCredentialsProviderChain(): AWSCredentialsProviderChain()
{
//AddProvider(Aws::MakeShared<TestCredentialsProvider>("TestCredentialsProviderChain"));
}
Expand Down

0 comments on commit 732c99a

Please sign in to comment.