diff --git a/tests/test_errors.py b/tests/test_errors.py index 2294fe1..31e2c88 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -138,7 +138,6 @@ def test_status_handler_raise_for_status_ExternalApiErrors(status_hdlr): raise err -@pytest.mark.new def test_status_handler_exception_parsing(): status_hdlr = errors.StatusHandler() test_message = "Test Exception"