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:
parent
82e00b6d5e
commit
6c6c5d315d
|
@ -192,7 +192,7 @@ Returns information specific to the protocol.
|
||||||
"workflow_spec_id": "irb_api_details",
|
"workflow_spec_id": "irb_api_details",
|
||||||
},
|
},
|
||||||
'protocol': {
|
'protocol': {
|
||||||
id: 0,
|
'id': 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue