mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-12 17:34:48 -04:00
More linting
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
"filename": "tests/app/dao/test_services_dao.py",
|
||||
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
|
||||
"is_verified": false,
|
||||
"line_number": 291,
|
||||
"line_number": 290,
|
||||
"is_secret": false
|
||||
}
|
||||
],
|
||||
@@ -384,5 +384,5 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"generated_at": "2025-02-06T14:42:23Z"
|
||||
"generated_at": "2025-02-06T14:48:51Z"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ import uuid
|
||||
from collections import namedtuple
|
||||
from datetime import datetime, timedelta
|
||||
from unittest import mock
|
||||
from unittest.mock import Mock
|
||||
|
||||
import pytest
|
||||
import pytz
|
||||
@@ -1632,7 +1631,6 @@ def test_get_live_services_with_organization(sample_organization):
|
||||
_this_date = datetime(2025, 2, 2, 13, 45, 22, 222955, tzinfo=pytz.utc)
|
||||
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
["data", "start_date", "days", "end_date", "expected", "is_error"],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user