Skip to content

Commit

Permalink
missed a None
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Dec 13, 2023
1 parent 7545d23 commit d5bb2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_artifactory_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def test_deploy_file(self):
file.write("I am a test file")

# can't use pytest.mark.parametrize with unittest classes
for i, quote_params in enumerate((None, True, False)):
for i, quote_params in enumerate((True, False)):
responses.add(
responses.GET,
constructed_url,
Expand Down

0 comments on commit d5bb2e7

Please sign in to comment.