Skip to content

Commit

Permalink
fix pep8 error in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirtodorov committed Mar 20, 2017
1 parent 41f9132 commit a6fcdbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion master/buildbot/test/unit/test_www_hooks_gitlab.py
Expand Up @@ -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
Expand Down

0 comments on commit a6fcdbb

Please sign in to comment.