Skip to content

Commit

Permalink
test rest: fix incorrect URL encoding which breaks with new starlette
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Dutt <[email protected]>
  • Loading branch information
ddutt committed Jun 5, 2023
1 parent 8c39645 commit 7b013de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'state=active',
'priVtepIp=10.0.0.112',
'query_str=hostname%20==%20"leaf01"',
'query_str=hostname=="leaf01"%20and%201000<mtu<2000',
'query_str=hostname=="leaf01"%20and%201000%3Cmtu%3C2000',
'what=mtu',
'what=numChanges',
'what=uptime',
Expand Down

0 comments on commit 7b013de

Please sign in to comment.