mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-10 01:56:03 -04:00
fix flake8
This commit is contained in:
@@ -124,7 +124,7 @@ def test_get_alternative_sms_provider_returns_expected_provider(identifier, expe
|
||||
try:
|
||||
get_alternative_sms_provider(identifier)
|
||||
assert 1 == 0
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
assert 1 == 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user