From 613db619486c56764f70d128ef39b71057f35750 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 9 Jul 2018 14:59:08 -0400 Subject: [PATCH] Add status attribute to mock request --- tests/mocks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mocks.py b/tests/mocks.py index be8805c3..2fefbf64 100644 --- a/tests/mocks.py +++ b/tests/mocks.py @@ -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)