Skip to content

Commit 7b013de

Browse files
committed
test rest: fix incorrect URL encoding which breaks with new starlette
Signed-off-by: Dinesh Dutt <dd.ps4u@gmail.com>
1 parent 8c39645 commit 7b013de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'state=active',
9494
'priVtepIp=10.0.0.112',
9595
'query_str=hostname%20==%20"leaf01"',
96-
'query_str=hostname=="leaf01"%20and%201000<mtu<2000',
96+
'query_str=hostname=="leaf01"%20and%201000%3Cmtu%3C2000',
9797
'what=mtu',
9898
'what=numChanges',
9999
'what=uptime',

0 commit comments

Comments
 (0)