Fixing a stupid mistake where I used an unquoted value in the mock data for validation, which created a dict that could not be serilized.

This commit is contained in:
Dan Funk 2020-07-16 13:28:00 -04:00
parent 82e00b6d5e
commit 6c6c5d315d
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ Returns information specific to the protocol.
"workflow_spec_id": "irb_api_details",
},
'protocol': {
id: 0,
'id': 0,
}
}
}