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