Skip to content

Commit

Permalink
fix (test.vcs.git): make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Jan 21, 2020
1 parent 6c902f5 commit 9cd7961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vcs/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ def test_parse_url_should_fail():
url = "https://" + "@" * 64 + "!"

with pytest.raises(ValueError):
result = ParsedUrl.parse(url)
ParsedUrl.parse(url)

0 comments on commit 9cd7961

Please sign in to comment.