updated pytest

This commit is contained in:
Beverly Nguyen
2024-02-08 18:43:17 -08:00
parent fbf902e168
commit b019dc3fe9
9 changed files with 102 additions and 64 deletions

View File

@@ -544,10 +544,9 @@ def test_should_200_for_check_tour_notification(
# post to send_notification keeps help argument
assert page.form.attrs["action"] == url_for(
"main.send_notification",
"main.preview_notification",
service_id=SERVICE_ONE_ID,
template_id=fake_uuid,
help="3",
)