From 388ba40f3bac19ed5272e0500bf9d7a427994487 Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Wed, 15 Jan 2025 18:14:01 -0600 Subject: [PATCH] Fix tests --- .../AWSClientRuntimeTests/UserAgent/BusinessMetricsTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Core/AWSClientRuntime/Tests/AWSClientRuntimeTests/UserAgent/BusinessMetricsTests.swift b/Sources/Core/AWSClientRuntime/Tests/AWSClientRuntimeTests/UserAgent/BusinessMetricsTests.swift index 884cb1e3215..508f3c12fef 100644 --- a/Sources/Core/AWSClientRuntime/Tests/AWSClientRuntimeTests/UserAgent/BusinessMetricsTests.swift +++ b/Sources/Core/AWSClientRuntime/Tests/AWSClientRuntimeTests/UserAgent/BusinessMetricsTests.swift @@ -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) } }