diff --git a/pkg/action/push_test.go b/pkg/action/push_test.go index ba28e2cc2..627ee2ed5 100644 --- a/pkg/action/push_test.go +++ b/pkg/action/push_test.go @@ -55,4 +55,3 @@ func TestNewPushWithPlainHTTP(t *testing.T) { assert.NotNil(t, client) assert.Equal(t, true, client.plainHTTP) } -