Add status attribute to mock request

This commit is contained in:
richard-dds 2018-07-09 14:59:08 -04:00
parent 7dadff7481
commit 613db61948

View File

@ -49,6 +49,7 @@ class MockRequestsClient(MockApiClient):
"id": "66b8ef71-86d3-48ef-abc2-51bfa1732b6b",
"creator": "49903ae7-da4a-49bf-a6dc-9dff5d004238",
"body": {},
"status": "incomplete"
}
return self._get_response("GET", path, 200, json=json)