Another changed string format.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-20 14:41:21 -05:00
parent f0e737472a
commit a26cc54ed9

View File

@@ -942,7 +942,7 @@ def test_should_not_send_notification_to_non_guest_list_recipient_in_trial_mode(
)
response = client.post(
path="/notifications/{}".format(notification_type),
path=f"/notifications/{notification_type}",
data=json.dumps(data),
headers=[
("Content-Type", "application/json"),