Skip to content

Commit

Permalink
tests: fix mistake in test_parameter_with_validation_enabled_passes p…
Browse files Browse the repository at this point in the history
…arametrization
  • Loading branch information
swistakm committed Aug 3, 2016
1 parent 4bb3d1a commit 38ad209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_resources.py
Expand Up @@ -264,7 +264,7 @@ class SomeResource(Resource):


@pytest.mark.parametrize(
'query_string', ['number=10', 'number=10', 'number=10']
'query_string', ['number=10', 'number=15', 'number=20']
)
def test_parameter_with_validation_enabled_passes(query_string):
class SomeResource(Resource):
Expand Down

0 comments on commit 38ad209

Please sign in to comment.