Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
missed a None
Browse files Browse the repository at this point in the history
briantist committed Jul 1, 2023
1 parent 1ca89ab commit d95b87e
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
@@ -911,7 +911,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,

0 comments on commit d95b87e

Please sign in to comment.