fix(tests): correct test expectations for middleware bypass and rules

This commit is contained in:
yusing
2025-12-04 16:18:14 +08:00
parent 2034738422
commit 9cdc985fb0
2 changed files with 2 additions and 1 deletions

View File

@@ -251,7 +251,7 @@ func TestExpandVars(t *testing.T) {
{
name: "req_uri",
input: "$req_uri",
want: "/api/users?param1=value1&param2=value2#fragment",
want: "/api/users?param1=value1&param2=value2",
},
{
name: "req_host",