summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/tests/test_mbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/patchtest/tests/test_mbox.py')
-rw-r--r--meta/lib/patchtest/tests/test_mbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/patchtest/tests/test_mbox.py b/meta/lib/patchtest/tests/test_mbox.py
index dab733ea77..714c9b30af 100644
--- a/meta/lib/patchtest/tests/test_mbox.py
+++ b/meta/lib/patchtest/tests/test_mbox.py
@@ -90,7 +90,7 @@ class TestMbox(base.Base):
90 " for master branch. Target detected is %s" 90 " for master branch. Target detected is %s"
91 % PatchtestParser.repo.patch.branch 91 % PatchtestParser.repo.patch.branch
92 ) 92 )
93 if not PatchtestParser.repo.canbemerged: 93 if not PatchtestParser.repo.canbemerged():
94 commithash, author, date, shortlog = headlog() 94 commithash, author, date, shortlog = headlog()
95 self.fail( 95 self.fail(
96 "Series does not apply on top of target branch %s" 96 "Series does not apply on top of target branch %s"