mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 00:11:16 -05:00
Another changed string format.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -942,7 +942,7 @@ def test_should_not_send_notification_to_non_guest_list_recipient_in_trial_mode(
|
|||||||
)
|
)
|
||||||
|
|
||||||
response = client.post(
|
response = client.post(
|
||||||
path="/notifications/{}".format(notification_type),
|
path=f"/notifications/{notification_type}",
|
||||||
data=json.dumps(data),
|
data=json.dumps(data),
|
||||||
headers=[
|
headers=[
|
||||||
("Content-Type", "application/json"),
|
("Content-Type", "application/json"),
|
||||||
|
|||||||
Reference in New Issue
Block a user