diff --git a/tests/e2e/test_exception.py b/tests/e2e/test_exception.py index 29e60cca..9de5c180 100644 --- a/tests/e2e/test_exception.py +++ b/tests/e2e/test_exception.py @@ -164,6 +164,7 @@ def test_retry_after_found(): assert isinstance(e, SmartcarException) assert e.retry_after == 5000 + def test_suggested_user_message(): """ test that we can get the retry_after amount