Fixing tests, fixing tests...

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-22 09:33:36 -05:00
parent 06d1e0236f
commit 9d17d3a9ca
8 changed files with 32 additions and 41 deletions

View File

@@ -76,7 +76,7 @@ def test_post_sms_notification_returns_201(
assert resp_json["template"]["version"] == sample_template_with_placeholders.version
assert (
f"services/{sample_template_with_placeholders.service_id}/templates/"
f"{sample_template_with_placeholders.service_id}"
f"{sample_template_with_placeholders.id}"
) in resp_json["template"]["uri"]
assert not resp_json["scheduled_for"]
assert mocked.called