File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spar-wings-awscli-config/src/test/java/jp/xet/sparwings/aws/auth Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929import org .mockito .runners .MockitoJUnitRunner ;
3030
3131import com .amazonaws .auth .AWSCredentialsProvider ;
32+ import com .amazonaws .auth .AWSStaticCredentialsProvider ;
3233import com .amazonaws .auth .STSAssumeRoleSessionCredentialsProvider ;
33- import com .amazonaws .internal .StaticCredentialsProvider ;
3434
3535/**
3636 * Test for {@link AwsCliConfigFile}.
@@ -64,7 +64,7 @@ public void testSrcProfiles() {
6464 // exercise
6565 AWSCredentialsProvider actual = sut .getCredentialsProvider ("src" );
6666 // verify
67- assertThat (actual , is (instanceOf (StaticCredentialsProvider .class )));
67+ assertThat (actual , is (instanceOf (AWSStaticCredentialsProvider .class )));
6868
6969 }
7070
You can’t perform that action at this time.
0 commit comments