8000 update snapshots (#9305) · codeperl/localstack@0d27441 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d27441

Browse files
update snapshots (localstack#9305)
1 parent 0aea7e2 commit 0d27441

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

tests/aws/services/transcribe/test_transcribe.snapshot.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_get_transcription_job": {
3-
"recorded-date": "30-08-2022, 12:34:01",
3+
"recorded-date": "06-10-2023, 17:11:58",
44
"recorded-content": {
55
"GetJob": {
6-
"ResponseMetadata": {
7-
"HTTPHeaders": {},
8-
"HTTPStatusCode": 200
9-
},
106
"TranscriptionJob": {
117
"CreationTime": "datetime",
128
"LanguageCode": "en-GB",
@@ -21,6 +17,10 @@
2117
"Transcript": {},
2218
"TranscriptionJobName": "<transcription-job:1>",
2319
"TranscriptionJobStatus": "IN_PROGRESS"
20+
},
21+
"ResponseMetadata": {
22+
"HTTPHeaders": {},
23+
"HTTPStatusCode": 200
2424
}
2525
},
2626
"GetError": {
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job": {
40-
"recorded-date": "30-08-2022, 12:34:20",
40+
"recorded-date": "06-10-2023, 17:07:27",
4141
"recorded-content": {
4242
"MissingLanguageCode": {
4343
"Error": {
@@ -53,9 +53,9 @@
5353
"MalformedLanguageCode": {
5454
"Error": {
5555
"Code": "BadRequestException",
56-
"Message": "1 validation error detected: Value 'non-existent' at 'languageCode' failed to satisfy constraint: Member must satisfy enum value set: [en-IE, ar-AE, te-IN, zh-TW, en-US, ta-IN, en-AB, en-IN, zh-CN, ar-SA, en-ZA, gd-GB, th-TH, tr-TR, ru-RU, pt-PT, nl-NL, it-IT, id-ID, fr-FR, es-ES, de-DE, ga-IE, af-ZA, en-NZ, ko-KR, hi-IN, de-CH, cy-GB, ms-MY, he-IL, da-DK, en-AU, pt-BR, en-WL, fa-IR, ja-JP, es-US, fr-CA, en-GB]"
56+
"Message": "1 validation error detected: Value 'non-existent' at 'languageCode' failed to satisfy constraint: Member must satisfy enum value set: [en-IE, ar-AE, te-IN, zh-TW, en-US, ta-IN, en-AB, en-IN, zh-CN, ar-SA, en-ZA, gd-GB, th-TH, tr-TR, ru-RU, pt-PT, nl-NL, it-IT, id-ID, fr-FR, es-ES, de-DE, ga-IE, af-ZA, en-NZ, ko-KR, hi-IN, de-CH, vi-VN, cy-GB, ms-MY, he-IL, da-DK, en-AU, pt-BR, en-WL, fa-IR, sv-SE, ja-JP, es-US, fr-CA, en-GB]"
5757
},
58-
"Message": "1 validation error detected: Value 'non-existent' at 'languageCode' failed to satisfy constraint: Member must satisfy enum value set: [en-IE, ar-AE, te-IN, zh-TW, en-US, ta-IN, en-AB, en-IN, zh-CN, ar-SA, en-ZA, gd-GB, th-TH, tr-TR, ru-RU, pt-PT, nl-NL, it-IT, id-ID, fr-FR, es-ES, de-DE, ga-IE, af-ZA, en-NZ, ko-KR, hi-IN, de-CH, cy-GB, ms-MY, he-IL, da-DK, en-AU, pt-BR, en-WL, fa-IR, ja-JP, es-US, fr-CA, en-GB]",
58+
"Message": "1 validation error detected: Value 'non-existent' at 'languageCode' failed to satisfy constraint: Member must satisfy enum value set: [en-IE, ar-AE, te-IN, zh-TW, en-US, ta-IN, en-AB, en-IN, zh-CN, ar-SA, en-ZA, gd-GB, th-TH, tr-TR, ru-RU, pt-PT, nl-NL, it-IT, id-ID, fr-FR, es-ES, de-DE, ga-IE, af-ZA, en-NZ, ko-KR, hi-IN, de-CH, vi-VN, cy-GB, ms-MY, he-IL, da-DK, en-AU, pt-BR, en-WL, fa-IR, sv-SE, ja-JP, es-US, fr-CA, en-GB]",
5959
"ResponseMetadata": {
6060
"HTTPHeaders": {},
6161
"HTTPStatusCode": 400
@@ -64,7 +64,7 @@
6464
}
6565
},
6666
"tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_deletion": {
67-
"recorded-date": "30-08-2022, 12:34:14",
67+
"recorded-date": "06-10-2023, 17:10:47",
6868
"recorded-content": {
6969
"MissingLanguageCode": {
7070
"Error": {
@@ -80,13 +80,9 @@
8080
}
8181
},
8282
"tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path": {
83-
"recorded-date": "30-08-2022, 12:33:39",
83+
"recorded-date": "06-10-2023, 17:09:11",
8484
"recorded-content": {
8585
"TranscriptionJob": {
86-
"ResponseMetadata": {
87-
"HTTPHeaders": {},
88-
"HTTPStatusCode": 200
89-
},
9086
"TranscriptionJob": {
9187
"CompletionTime": "datetime",
9288
"CreationTime": "datetime",
@@ -106,6 +102,10 @@
106102
},
107103
"TranscriptionJobName": "<transcription-job:1>",
108104
"TranscriptionJobStatus": "COMPLETED"
105+
},
106+
"ResponseMetadata": {
107+
"HTTPHeaders": {},
108+
"HTTPStatusCode": 200
109109
}
110110
},
111111
"GetError": {
@@ -122,21 +122,20 @@
122122
}
123123
},
124124
"tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_list_transcription_jobs": {
125-
"recorded-date": "30-08-2022, 12:34:06",
125+
"recorded-date": "06-10-2023, 17:11:25",
126126
"recorded-content": {
127127
"ListJobs": {
128-
"NextToken": "token",
129-
"ResponseMetadata": {
130-
"HTTPHeaders": {},
131-
"HTTPStatusCode": 200
132-
},
133128
"TranscriptionJobSummaries": {
134129
"CreationTime": "datetime",
135130
"LanguageCode": "en-GB",
136131
"OutputLocationType": "SERVICE_BUCKET",
137132
"StartTime": "datetime",
138133
"TranscriptionJobName": "<transcription-job:1>",
139134
"TranscriptionJobStatus": "IN_PROGRESS"
135+
},
136+
"ResponseMetadata": {
137+
"HTTPHeaders": {},
138+
"HTTPStatusCode": 200
140139
}
141140
}
142141
}

0 commit comments

Comments
 (0)
0