mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 09:27:56 -04:00
Updated a couple more dependencies and fix flake8 warnings
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -403,7 +403,7 @@ def test_notification_get_created_by_email_address(sample_notification, sample_u
|
||||
|
||||
def test_notification_history_from_original(sample_notification):
|
||||
history = NotificationHistory.from_original(sample_notification)
|
||||
assert type(history) == NotificationHistory
|
||||
assert isinstance(history) == NotificationHistory
|
||||
|
||||
|
||||
def test_rate_str():
|
||||
|
||||
Reference in New Issue
Block a user