This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Commit 30a84fb
committed
fix: make invalid url actually invalid
I'm using one of those ISPs that 'helpfully' directs you to a search
page if the URL you are accessing does not have a DNS match.
The URL used in the test was well formed but not a real domain though
can be resolved, so this PR changes it to be something even a
web-breaking DNS server would refuse to resolve.1 parent ac4d362 commit 30a84fb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments