mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
fixed spacing
This commit is contained in:
@@ -13,7 +13,6 @@ from tests.conftest import (
|
|||||||
create_active_user_with_permissions,
|
create_active_user_with_permissions,
|
||||||
normalize_spaces,
|
normalize_spaces,
|
||||||
)
|
)
|
||||||
from pprint import pprint
|
|
||||||
|
|
||||||
def test_old_jobs_hub_redirects(
|
def test_old_jobs_hub_redirects(
|
||||||
client_request,
|
client_request,
|
||||||
@@ -417,7 +416,6 @@ def test_should_show_updates_for_one_job_as_json(
|
|||||||
)
|
)
|
||||||
|
|
||||||
content = json.loads(response.get_data(as_text=True))
|
content = json.loads(response.get_data(as_text=True))
|
||||||
pprint(content)
|
|
||||||
assert "pending" in content["counts"]
|
assert "pending" in content["counts"]
|
||||||
assert "delivered" in content["counts"]
|
assert "delivered" in content["counts"]
|
||||||
assert "failed" in content["counts"]
|
assert "failed" in content["counts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user