Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed May 29, 2024
1 parent db95913 commit d4635b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_upload_file_to_storage(self):
def test_create_run_in_panoptes(self, mock_poster):
ba = batch_agg.BatchAggregator(1, 10, 100)
ba.create_run_in_panoptes()
mock_poster.assert_called_with('/aggregations/', json={'aggregations': {'uuid': ba.id, 'status': 'completed', 'links': {'workflow': 10, 'user': 100 }}})
mock_poster.assert_called_with('/aggregations/', json={'aggregations': {'uuid': ba.id, 'status': 'completed', 'links': {'workflow': 10, 'user': 100}}})

@patch("panoptes_aggregation.batch_aggregation.BlobServiceClient")
def test_connect_blob_storage(self, mock_client):
Expand Down

0 comments on commit d4635b9

Please sign in to comment.