Skip to content

Commit f7ae512

Browse files
akanstantsinaudopry
authored andcommitted
fix coverage
1 parent 84c8c4c commit f7ae512

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_validators.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ def test_validate_bad_origin_uris(self):
121121
'https://["><script>alert()</script>',
122122
# Origin uri should not contain path, query of fragment parts
123123
# https://www.rfc-editor.org/rfc/rfc6454#section-7.1
124-
"https:/example.com/",
125-
"https:/example.com/test",
126-
"https:/example.com/?q=test",
127-
"https:/example.com/#test",
124+
"https://example.com/",
125+
"https://example.com/test",
126+
"https://example.com/?q=test",
127+
"https://example.com/#test",
128128
]
129129

130130
for uri in bad_uris:

0 commit comments

Comments
 (0)