avoid test failure when running in console

This commit is contained in:
Mike McLean 2024-04-15 12:41:51 -04:00 committed by Tomas Kopecek
parent 8d65a6ef18
commit 1a51320e86

View file

@ -339,7 +339,7 @@ Default behavior without --all option downloads .rpm files only for build and bu
self.download_file.assert_not_called()
def test_handle_download_parent_not_finished(self):
args = [str(self.parent_task_id)]
args = [str(self.parent_task_id), '--nowait']
self.session.getTaskInfo.return_value = {
'id': self.parent_task_id,
'method': 'buildArch',