diff --git a/IntegrationTests/Services/AWSECSIntegrationTests/ECSCredentialsProviderTests.swift b/IntegrationTests/Services/AWSECSIntegrationTests/ECSAWSCredentialIdentityResolverTests.swift similarity index 100% rename from IntegrationTests/Services/AWSECSIntegrationTests/ECSCredentialsProviderTests.swift rename to IntegrationTests/Services/AWSECSIntegrationTests/ECSAWSCredentialIdentityResolverTests.swift diff --git a/IntegrationTests/Services/AWSEventBridgeIntegrationTests/EventBridgeSigV4ATests.swift b/IntegrationTests/Services/AWSEventBridgeIntegrationTests/EventBridgeSigV4ATests.swift index dbf5b763634..898722152ac 100644 --- a/IntegrationTests/Services/AWSEventBridgeIntegrationTests/EventBridgeSigV4ATests.swift +++ b/IntegrationTests/Services/AWSEventBridgeIntegrationTests/EventBridgeSigV4ATests.swift @@ -27,8 +27,8 @@ class EventBridgeSigV4ATests: XCTestCase { private let secondaryRegion = "us-east-1" // Name for the EventBridge global endpoint - private let endpointName = "sigv4a-test-global-endpoint" - private let eventBusName = "sigv4a-integ-test-eventbus" + private let endpointName = "sigv4a-test-global-endpoint-\(UUID().uuidString.split(separator: "-").first!.lowercased())" + private let eventBusName = "sigv4a-integ-test-eventbus-\(UUID().uuidString.split(separator: "-").first!.lowercased())" private var endpointId: String! private var healthCheckId: String! diff --git a/IntegrationTests/Services/AWSS3IntegrationTests/ProcessCredentialsProviderTests.swift b/IntegrationTests/Services/AWSS3IntegrationTests/ProcessAWSCredentialIdentityResolverTests.swift similarity index 95% rename from IntegrationTests/Services/AWSS3IntegrationTests/ProcessCredentialsProviderTests.swift rename to IntegrationTests/Services/AWSS3IntegrationTests/ProcessAWSCredentialIdentityResolverTests.swift index bdbd9290d08..67facd31c98 100644 --- a/IntegrationTests/Services/AWSS3IntegrationTests/ProcessCredentialsProviderTests.swift +++ b/IntegrationTests/Services/AWSS3IntegrationTests/ProcessAWSCredentialIdentityResolverTests.swift @@ -11,7 +11,7 @@ import AWSS3 import AWSClientRuntime // Please provide your-access-key and your-secret-key in Resources/credenitals -class ProcessCredentialProviderTests: XCTestCase { +class ProcessAWSCredentialIdentityResolverTests: XCTestCase { var client: S3Client! diff --git a/IntegrationTests/Services/AWSS3IntegrationTests/SSOCredentialsProviderTests.swift b/IntegrationTests/Services/AWSS3IntegrationTests/SSOAWSCredentialIdentityResolverTests.swift similarity index 100% rename from IntegrationTests/Services/AWSS3IntegrationTests/SSOCredentialsProviderTests.swift rename to IntegrationTests/Services/AWSS3IntegrationTests/SSOAWSCredentialIdentityResolverTests.swift diff --git a/IntegrationTests/Services/AWSSTSIntegrationTests/STSWebIdentityCredentialsProviderTests.swift b/IntegrationTests/Services/AWSSTSIntegrationTests/STSWebIdentityAWSCredentialIdentityResolverTests.swift similarity index 100% rename from IntegrationTests/Services/AWSSTSIntegrationTests/STSWebIdentityCredentialsProviderTests.swift rename to IntegrationTests/Services/AWSSTSIntegrationTests/STSWebIdentityAWSCredentialIdentityResolverTests.swift