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 c8fc9d0 commit 2c1d336Copy full SHA for 2c1d336
1 file changed
tests/test_utils.py
@@ -145,13 +145,13 @@ def test_pattern_priority():
145
build_url_pattern("http://"),
146
build_url_pattern("http://example.com"),
147
build_url_pattern("http://example.com:123"),
148
- build_url_pattern("192.168.0.1/16"),
+ build_url_pattern("all://192.168.0.1/16"),
149
]
150
random.shuffle(matchers)
151
assert sorted(matchers) == [
152
153
154
155
156
build_url_pattern("all://"),
157
0 commit comments