Fix the wrong working directory for the progress_notification script

Jira: RHELCMP-7901

Signed-off-by: Ozan Unsal <ounsal@redhat.com>
This commit is contained in:
Ozan Unsal 2022-02-28 14:54:21 +01:00 committed by lsedlar
parent 6c280f2c46
commit ecb1646042
3 changed files with 4 additions and 6 deletions

View file

@ -73,7 +73,7 @@ class TestNotifier(unittest.TestCase):
stdin_data=json.dumps(data),
can_fail=True,
return_stdout=False,
workdir=self.compose.paths.compose.topdir.return_value,
workdir=None,
universal_newlines=True,
show_cmd=True,
logfile=self.logfile,