We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41321a commit b4ac88fCopy full SHA for b4ac88f
test/unit/test_webhooks.py
@@ -66,7 +66,7 @@ def test_update() -> None:
66
"""test_update"""
67
webhook = wh.WebHook.get_object(tutil.SQ, WEBHOOK)
68
old_url = webhook.webhook_url
69
- new_url = "http://my.jenkins.server/sonar-webhook/"
+ new_url = "https://my.jenkins.server/sonar-webhook/"
70
webhook.update(url=new_url)
71
72
assert webhook.webhook_url == new_url
0 commit comments