From a6fcdbb8d5673a0ef2f317681123272e94721fa3 Mon Sep 17 00:00:00 2001 From: Dragomir Todorov Date: Mon, 20 Mar 2017 20:44:30 +0100 Subject: [PATCH] fix pep8 error in unit test --- master/buildbot/test/unit/test_www_hooks_gitlab.py | 1 - 1 file changed, 1 deletion(-) diff --git a/master/buildbot/test/unit/test_www_hooks_gitlab.py b/master/buildbot/test/unit/test_www_hooks_gitlab.py index a58476e2f14..0c66cf9b48f 100644 --- a/master/buildbot/test/unit/test_www_hooks_gitlab.py +++ b/master/buildbot/test/unit/test_www_hooks_gitlab.py @@ -167,7 +167,6 @@ def check_changes_push_event(self, r, project='', codebase=None): self.assertEqual(change.get("project"), project) self.assertEqual(change.get("codebase"), codebase) - # Test 'base' hook with attributes. We should get a json string representing # a Change object as a dictionary. All values show be set. @defer.inlineCallbacks