network_check script checks a non-existing url
Bug #1065855 reported by
Jeffrey Chang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
Medium
|
Brendan Donegan |
Bug Description
Build Version/Date: checkbox 0.14.6+
Summary:
network_check script is using below link for checking http connection.
http://
But this is no longer available and return 404 on my browser.
Steps to Reproduce:
Run wireless/
Then it shows"HTTP connection: Failed".
Related branches
lp://staging/~brendan-donegan/checkbox/bug1065855
- Sylvain Pineau (community): Approve
-
Diff: 25 lines (+3/-1)2 files modifieddebian/changelog (+2/-0)
scripts/network_check (+1/-1)
Changed in checkbox: | |
status: | Confirmed → Triaged |
Changed in checkbox: | |
status: | Triaged → In Progress |
Changed in checkbox: | |
assignee: | nobody → Brendan Donegan (brendan-donegan) |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Confirmed - they have taken down that directory. The test should probably just point to the base page, to avoid being vulnerable to layout changes on the site.