Skip to content

Commit

Permalink
Fixed test_max_pixels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Sep 21, 2023
1 parent c145885 commit 57cc033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_max_pixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_string_extra_params(self):
| | image | my_image | Image | max-pixels=640 foo=bar |
""",
error__contains=[
"Accepted parameters are 'max-pixels'. The following are invalid parameter(s): 'foo'."
"Accepted parameters are 'app, max-pixels'. The following are invalid parameter(s): 'foo'."
],
)

Expand Down

0 comments on commit 57cc033

Please sign in to comment.