Skip to content

Commit

Permalink
style(validurl): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo committed Nov 4, 2021
1 parent 140bfe0 commit ee62ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_valid_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_valid_url(client: Session):

def test_not_valid_url(client: Session):
r = client.post(url, json={"gal_num": "https://example.com"})
assert r.json() == {"error": "not_valied"}
assert r.json() == {"error": "not_valid"}
assert r.status_code == 400


Expand Down

0 comments on commit ee62ad6

Please sign in to comment.