From 52b6b01682210234ec523ac19f120e21b8780f2a Mon Sep 17 00:00:00 2001 From: "Haig (Hike) Hovsepian" Date: Wed, 24 Apr 2024 10:32:33 -0500 Subject: [PATCH] use black lib to fix formatting so build passes --- tests/e2e/test_exception.py | 1 + 1 file changed, 1 insertion(+) 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