parent
4cb8412fd8
commit
6476488221
4 changed files with 90 additions and 2 deletions
|
@ -511,5 +511,9 @@ class TestPrepareTrigger(unittest.TestCase):
|
|||
|
||||
self.assertSkipped('github_webhook_knownissue', gh_webhook, lookup_user=lookup_user)
|
||||
|
||||
|
||||
def test_bitbucket_webhook_known_issue(self):
|
||||
self.assertSkipped('bitbucket_knownissue', bb_webhook)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Reference in a new issue