Skip to content

Commit e2e08c8

Browse files
krassowskiCarreau
authored andcommitted
Add test case for bad next URL format
1 parent 624d6c0 commit e2e08c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/auth/test_login.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def login(jp_serverapp, http_server_client, jp_base_url, login_headers):
9494
"https://google.com",
9595
"/absolute/not/base_url",
9696
"https:///a%40b/extra/slash",
97+
"///google.com",
9798
),
9899
)
99100
async def test_next_bad(login, jp_base_url, bad_next):

0 commit comments

Comments
 (0)