Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jan 5, 2024
1 parent fde0fe7 commit fab9849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def test_es_get(self, http_get_mock):

self.assertEqual(es_get('some-url', timeout=1), 'dummy-response')

http_get_mock.assert_called_once_with('http://es:9200/some-url', timeout=1)
http_get_mock.assert_called_once_with('http://es:9200/some-url', auth=None, timeout=1)

@patch('core.common.utils.flower_get')
def test_task_exists(self, flower_get_mock):
Expand Down

0 comments on commit fab9849

Please sign in to comment.