Skip to content

Commit 32a2fd4

Browse files
authored
fix: update scenario 5 to only provide a single instruction for the expected failure (#58)
1 parent 0fe5931 commit 32a2fd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage/v1/retry_tests.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@
129129
"expectSuccess": false
130130
},
131131
{
132-
"id": 6,
132+
"id": 5,
133133
"description": "non-retryable errors",
134134
"cases": [
135135
{
136-
"instructions": ["return-400", "return-400"]
136+
"instructions": ["return-400"]
137137
},
138138
{
139-
"instructions": ["return-401", "return-401"]
139+
"instructions": ["return-401"]
140140
}
141141
],
142142
"methods": [

0 commit comments

Comments
 (0)