Skip to content

Commit b4ac88f

Browse files
committed
Set webhook url as https
1 parent a41321a commit b4ac88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_update() -> None:
6666
"""test_update"""
6767
webhook = wh.WebHook.get_object(tutil.SQ, WEBHOOK)
6868
old_url = webhook.webhook_url
69-
new_url = "http://my.jenkins.server/sonar-webhook/"
69+
new_url = "https://my.jenkins.server/sonar-webhook/"
7070
webhook.update(url=new_url)
7171
webhook = wh.WebHook.get_object(tutil.SQ, WEBHOOK)
7272
assert webhook.webhook_url == new_url

0 commit comments

Comments
 (0)