Skip to content

Commit 76be465

Browse files
committed
Updating the test file name
1 parent e2b31bb commit 76be465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/auth/src/test/java/software/amazon/awssdk/auth/credentials/InstanceProfileCredentialsProviderAccountIDTest.java renamed to core/auth/src/test/java/software/amazon/awssdk/auth/credentials/InstanceProfileCredentialsProviderExtendedApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* Tests verifying IMDS credential resolution with account ID support.
4646
*/
4747
@WireMockTest
48-
public class InstanceProfileCredentialsProviderAccountIDTest {
48+
public class InstanceProfileCredentialsProviderExtendedApiTest {
4949
private static final String TOKEN_RESOURCE_PATH = "/latest/api/token";
5050
private static final String CREDENTIALS_RESOURCE_PATH = "/latest/meta-data/iam/security-credentials/";
5151
private static final String CREDENTIALS_EXTENDED_RESOURCE_PATH = "/latest/meta-data/iam/security-credentials-extended/";

0 commit comments

Comments
 (0)