Skip to content

Commit 42efe1f

Browse files
Update internal/proxy/modifier_test.go
Co-authored-by: Copilot <[email protected]>
1 parent b32f25e commit 42efe1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: internal/proxy/modifier_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func TestTokenModifier(t *testing.T) {
8686
t.Fatalf("Failed to read body: %v", err)
8787
}
8888
bodyStr := string(body[:n])
89-
print(bodyStr)
9089

9190
// Parse the form data from the modified request
9291
if err := modifiedReq.ParseForm(); err != nil {

0 commit comments

Comments
 (0)