formatting updates

This commit is contained in:
samathad2023
2024-03-13 14:46:34 -07:00
parent 37f6579ca8
commit b3998c532e
3 changed files with 9 additions and 7 deletions

View File

@@ -2612,8 +2612,10 @@ def test_preview_notification_shows_preview(
session["placeholders"] = {}
page = client_request.post(
"main.preview_notification", service_id=service_one["id"], template_id=fake_uuid,
_expected_status=200
"main.preview_notification",
service_id=service_one["id"],
template_id=fake_uuid,
_expected_status=200,
)
assert page.h1.text.strip() == "Preview"
assert (page.find_all("a", {"class": "usa-back-link"})[0]["href"]) == url_for(