mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Fixing broken test
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -48,4 +48,4 @@ def test_base_json_formatter_contains_service_id():
|
|||||||
json.loads(logging.BaseJSONFormatter().format(record))["message"]
|
json.loads(logging.BaseJSONFormatter().format(record))["message"]
|
||||||
== "message to log"
|
== "message to log"
|
||||||
)
|
)
|
||||||
assert service_id_filter.filter(record).service_id == "no-service-id"
|
assert service_id_filter.filter(record).service_id == "notify-admin"
|
||||||
|
|||||||
Reference in New Issue
Block a user