Skip to content

Commit 48b60e9

Browse files
authored
fix(api): Remove optional cleanUp() method from AWSAPIPlugin.reset() (#2585)
* fix(api): Use async APIs in GraphQL IAM integration tests and remove cleanUp() from AWSAPIPlugin.reset() * Remove unused code
1 parent da608f0 commit 48b60e9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

AmplifyPlugins/API/Sources/AWSAPIPlugin/AWSAPIPlugin+Resettable.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import Amplify
99
import Foundation
10-
// import AwsCommonRuntimeKit
1110

1211
extension AWSAPIPlugin: Resettable {
1312

@@ -27,9 +26,6 @@ extension AWSAPIPlugin: Resettable {
2726
}
2827

2928
subscriptionConnectionFactory = nil
30-
31-
// Issue: https://github.com/aws-amplify/amplify-ios/issues/2120
32-
// AwsCommonRuntimeKit.cleanUp()
3329
}
3430

3531
}

AmplifyPlugins/API/Tests/APIHostApp/AWSAPIPluginGraphQLIAMTests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Do you want to use the default authentication and security configuration?
4444
Please enter a name for your identity pool.
4545
<amplifyintegtestCIDP>
4646
Allow unauthenticated logins? (Provides scoped down permissions that you can control via AWS IAM)
47-
No
47+
Yes
4848
Do you want to enable 3rd party authentication providers in your identity pool?
4949
No
5050
Please provide a name for your user pool:

0 commit comments

Comments
 (0)