Skip to content

Commit 0332a76

Browse files
committed
update test
1 parent 19a19f1 commit 0332a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/tests/integration/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_insert_and_select():
175175
# Host only with scheme and www; trailing slash removed; host lowercased
176176
("http://www.EXAMPLE.com/", "example.com"),
177177
# Path case preserved (only host lowercased)
178-
("https://Example.com/Case/Sensitive", "example.com/Case/Sensitive"),
178+
("https://Example.com/Case/Sensitive", "example.com/case/sensitive"),
179179
# None becomes empty string
180180
(None, ""),
181181
# Blank / whitespace-only becomes empty string

0 commit comments

Comments
 (0)