Skip to content

Commit

Permalink
fixup! Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Feb 18, 2021
1 parent c18a4d5 commit a2025d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/k6/http/response_callback_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestExpectedStatuses(t *testing.T) {

"string status code": {
code: `(http.expectedStatuses(200, "300", {min: 200, max:300}))`,
err: "argument number 2 to expectedStatuses was neither an integer nor a an object like {min:100, max:329}",
err: "argument number 2 to expectedStatuses was neither an integer nor an object like {min:100, max:329}",
},

"string max status code": {
Expand Down

0 comments on commit a2025d7

Please sign in to comment.