Skip to content

Commit

Permalink
Further restrict when full url gets added as route param (Ammend)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Nov 6, 2024
1 parent 55f413f commit dad5272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aikido_zen/context/init_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_wsgi_context_1():
"parsed_userinput": {},
"xml": {},
"outgoing_req_redirects": [],
"route_params": ["hello"],
"route_params": [],
}


Expand Down Expand Up @@ -93,7 +93,7 @@ def test_wsgi_context_2():
"parsed_userinput": {},
"xml": {},
"outgoing_req_redirects": [],
"route_params": ["hello"],
"route_params": [],
}


Expand Down

0 comments on commit dad5272

Please sign in to comment.