Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tests
Browse files Browse the repository at this point in the history
jbelkins committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2b6c726 commit 388ba40
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -112,6 +112,5 @@ class BusinessMetricsTests: XCTestCase {
let selectedAuthScheme = SelectedAuthScheme(schemeID: "aws.auth#sigv4", identity: AWSCredentialIdentity(accessKey: "abc", secret: "def", accountID: accountID), signingProperties: Attributes(), signer: nil)
context.selectedAuthScheme = selectedAuthScheme
let uri = URIBuilder().withScheme(.https).withPath("/").withHost(host).build()
context.resolvedEndpoint = Endpoint(uri: uri)
}
}

0 comments on commit 388ba40

Please sign in to comment.