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:
parent
6c280f2c46
commit
ecb1646042
3 changed files with 4 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue