Skip to content

Commit acceb63

Browse files
authored
chore: Move transcribe streaming integration tests to us-east-2 (#1905)
1 parent 7f39a2b commit acceb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationTests/Services/AWSTranscribeStreamingIntegrationTests/TranscribeStreamingTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final class TranscribeStreamingTests: XCTestCase {
5252
let dataRate = Double(audioDataSize) / duration
5353
let delay = Double(chunkSize) / dataRate
5454

55-
let client = try TranscribeStreamingClient(region: "us-west-2")
55+
let client = try TranscribeStreamingClient(region: "us-east-2")
5656

5757
let audioStream = AsyncThrowingStream<TranscribeStreamingClientTypes.AudioStream, Error> { continuation in
5858
Task {

0 commit comments

Comments
 (0)