Skip to content

Commit

Permalink
remove unanted mock result
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Sep 10, 2024
1 parent c795df1 commit 731f4aa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions panoptes_client/tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,6 @@ def setUp(self):
self.addCleanup(caesar_get_patch.stop)
self.addCleanup(caesar_put_patch.stop)

self.agg_mock_value = [{
'aggregations': [{
'id': '1',
'href': '/aggregations/1',
'created_at': '2024-08-13T10:26:32.560Z',
'updated_at': '2024-08-13T10:26:32.576Z',
'uuid': None,
'task_id': 'task_id',
'status': 'pending',
'links': {'project': '1', 'workflow': '1', 'user': '1'}
}]
}, 'etag']

def test_save_to_caesar_update(self):
workflow = Workflow(1)
workflow.save_to_caesar()
Expand Down

0 comments on commit 731f4aa

Please sign in to comment.