From 8544727be28316af5255dd55793da1a0b6c6c4e9 Mon Sep 17 00:00:00 2001 From: Ayato Date: Thu, 29 Feb 2024 00:42:21 +0900 Subject: [PATCH] Remove unnecessary import --- pkg/op/auth_request_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/op/auth_request_test.go b/pkg/op/auth_request_test.go index 6f0b375..f2b98ad 100644 --- a/pkg/op/auth_request_test.go +++ b/pkg/op/auth_request_test.go @@ -10,7 +10,6 @@ import ( "net/url" "reflect" "testing" - "time" "github.com/golang/mock/gomock" "github.com/stretchr/testify/assert" @@ -1137,8 +1136,7 @@ func TestAuthResponseCode(t *testing.T) { wantCode: http.StatusOK, wantLocationHeader: "", wantBody: "\n\n\n\n
\n\n\n\n\n\n
\n\n", - }, - }, + }}, } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) {