We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a19f1 commit 0332a76Copy full SHA for 0332a76
1 file changed
api/tests/integration/test_database.py
@@ -175,7 +175,7 @@ def test_insert_and_select():
175
# Host only with scheme and www; trailing slash removed; host lowercased
176
("http://www.EXAMPLE.com/", "example.com"),
177
# Path case preserved (only host lowercased)
178
- ("https://Example.com/Case/Sensitive", "example.com/Case/Sensitive"),
+ ("https://Example.com/Case/Sensitive", "example.com/case/sensitive"),
179
# None becomes empty string
180
(None, ""),
181
# Blank / whitespace-only becomes empty string
0 commit comments