summaryrefslogtreecommitdiff
path: root/pbr/tests/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'pbr/tests/test_setup.py')
-rw-r--r--pbr/tests/test_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr/tests/test_setup.py b/pbr/tests/test_setup.py
index 11f9a04..d54f4fd 100644
--- a/pbr/tests/test_setup.py
+++ b/pbr/tests/test_setup.py
@@ -199,7 +199,7 @@ class GitLogsTest(tests.BaseTestCase):
self.useFixture(fixtures.FakePopen(lambda proc_args: {
"stdout": BytesIO(
- self._fake_log_output(proc_args["args"][2], cmd_map))
+ self._fake_log_output(' '.join(proc_args["args"]), cmd_map))
}))
with open(os.path.join(self.temp_path, "AUTHORS.in"), "w") as auth_fh: