mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Update internal/proxy/modifier_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b32f25e694
commit
42efe1f48a
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ func TestTokenModifier(t *testing.T) {
|
||||||
t.Fatalf("Failed to read body: %v", err)
|
t.Fatalf("Failed to read body: %v", err)
|
||||||
}
|
}
|
||||||
bodyStr := string(body[:n])
|
bodyStr := string(body[:n])
|
||||||
print(bodyStr)
|
|
||||||
|
|
||||||
// Parse the form data from the modified request
|
// Parse the form data from the modified request
|
||||||
if err := modifiedReq.ParseForm(); err != nil {
|
if err := modifiedReq.ParseForm(); err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue