diff options
Diffstat (limited to 'qa/t/lib')
-rw-r--r-- | qa/t/lib/QA/Tests.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/lib/QA/Tests.pm b/qa/t/lib/QA/Tests.pm index 0bd0942fa..89d382050 100644 --- a/qa/t/lib/QA/Tests.pm +++ b/qa/t/lib/QA/Tests.pm @@ -39,7 +39,7 @@ use constant CREATE_BUG => { 'severity' => 'normal', 'qa_contact' => 'canconfirm', version => 'Another1', - url => 'http://www.bugzilla.org/', + url => 'https://www.bugzilla.org/', target_milestone => 'AnotherMS1', }; |