Skip to content
Snippets Groups Projects
Commit f966db87 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

make returned pi emails actually a list

parent 283eda59
No related branches found
No related tags found
1 merge request!690make returned pi emails actually a list
Pipeline #3817 passed
......@@ -126,7 +126,7 @@ class NotificationServiceRESTClient(NotificationServiceIF):
requests.post(
f"{self.url}/notify/ingested_email/send",
json={
"destination_email": list(contacts.decode()),
"destination_email": json.loads(contacts.decode()),
"request_id": request.id,
"capability_name": request.capability.name,
"qa": notes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment