aboutsummaryrefslogtreecommitdiff
path: root/rh/hooks_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rh/hooks_unittest.py')
-rwxr-xr-xrh/hooks_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rh/hooks_unittest.py b/rh/hooks_unittest.py
index 4f2103a..901eca1 100755
--- a/rh/hooks_unittest.py
+++ b/rh/hooks_unittest.py
@@ -377,7 +377,7 @@ class BuiltinHooksTests(unittest.TestCase):
self.project, 'commit', 'desc', diff, options=self.options)
self.assertIsNotNone(ret)
for result in ret:
- self.assertIsNotNone(result.fixup_func)
+ self.assertIsNotNone(result.fixup_cmd)
def test_checkpatch(self, mock_check, _mock_run):
"""Verify the checkpatch builtin hook."""