Update internal/proxy/modifier_test.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Pavindu Lakshan 2025-04-16 12:08:31 +05:30 committed by GitHub
parent b32f25e694
commit 42efe1f48a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {