diff --git a/tests/test_client.py b/tests/test_client.py index 4cebb3d..f6a9c8f 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -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: