Skip to content

Commit

Permalink
test: Fixing Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland committed Sep 5, 2024
1 parent 6dd06ce commit ec94c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AppSyncSignerTests: AWSAuthBaseTest {
/// - I should get a signed request.
///
func testSignAppSyncRequest() async throws {
let request = URLRequest(url: URL(string: "http://graphql.com")!)
let request = URLRequest(url: URL(string: "http://graphql.com?param=value")!)
let signer = AWSCognitoAuthPlugin.createAppSyncSigner(region: "us-east-1")
let signedRequest = try await signer(request)
guard let headers = signedRequest.allHTTPHeaderFields else {
Expand Down

0 comments on commit ec94c8d

Please sign in to comment.