summaryrefslogtreecommitdiffstats
path: root/test/test_parsers.py
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2017-01-08 17:15:58 +0100
committerOliver Poignant <oliver@poignant.se>2017-01-08 17:15:58 +0100
commit465cb9263fb1ffc9ba2d4a912847322920180caa (patch)
tree59932075b5f6426088704abac7c53f8c476da2a4 /test/test_parsers.py
parent324c3518d4b98da5bb660c62fa1503c47139c088 (diff)
downloadGit-Auto-Deploy-465cb9263fb1ffc9ba2d4a912847322920180caa.zip
Git-Auto-Deploy-465cb9263fb1ffc9ba2d4a912847322920180caa.tar.gz
Git-Auto-Deploy-465cb9263fb1ffc9ba2d4a912847322920180caa.tar.bz2
Diffstat (limited to 'test/test_parsers.py')
-rw-r--r--test/test_parsers.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test_parsers.py b/test/test_parsers.py
index 420f9ff..7a30f2e 100644
--- a/test/test_parsers.py
+++ b/test/test_parsers.py
@@ -1,6 +1,7 @@
import unittest
from utils import WebhookTestCaseBase
+
class WebhookTestCase(WebhookTestCaseBase):
test_case = None
@@ -19,7 +20,10 @@ class WebhookTestCase(WebhookTestCaseBase):
# GAD configuration for this test case
config = {
- 'port': 0,
+ 'http-port': 0,
+ 'https-enabled': False,
+ 'wss-enabled': False,
+ 'web-ui-require-https': False,
'intercept-stdout': False,
'detailed-response': True,
'log-level': 'ERROR',