From e7d36bff83517db188797e44a0db5723c8c37fe4 Mon Sep 17 00:00:00 2001 From: Beppe Catanese Date: Mon, 9 Dec 2024 17:12:22 +0100 Subject: [PATCH] Remove println --- tests/checkout/integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/checkout/integration_test.go b/tests/checkout/integration_test.go index 74c02c0e7..e96231a40 100644 --- a/tests/checkout/integration_test.go +++ b/tests/checkout/integration_test.go @@ -307,7 +307,6 @@ func TestCheckoutIntegration(t *testing.T) { e := err.(common.APIError) require.NotNil(t, e.RawBody) - fmt.Println(string(e.RawBody)) assert.Equal(t, float64(422), e.Status) assert.Equal(t, "validation", e.Type)