We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d3f82 commit 00a45a0Copy full SHA for 00a45a0
Tests/BedrockServiceTests.swift
@@ -23,6 +23,10 @@ struct BedrockServiceTests {
23
let bedrock: BedrockService
24
25
init() async throws {
26
+ // this is a workaround for issue
27
+ // https://github.com/awslabs/aws-sdk-swift/issues/1984
28
+ CommonRuntimeKit.initialize()
29
+
30
self.bedrock = try await BedrockService(
31
bedrockClient: MockBedrockClient(),
32
bedrockRuntimeClient: MockBedrockRuntimeClient()
0 commit comments