Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Mar 21, 2024
1 parent d4aa74e commit f535fff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ def test_strip_auth():
assert url == client.strip_auth(url + "&apikey=12345")


@pytest.mark.skip("this no longer raises a http error, need to investigate changes on their end")
@pytest.mark.skip(
"this no longer raises a http error, need to investigate changes on their end"
)
def test_lacnic_bad_apikey():
rdapc = client.RdapClient(dict(lacnic_apikey="12345"))
with pytest.raises(RdapHTTPError) as excinfo:
Expand Down

0 comments on commit f535fff

Please sign in to comment.