diff --git a/internal/httpapi/openai/chat/vercel_prepare_test.go b/internal/httpapi/openai/chat/vercel_prepare_test.go index 0e48a2e..abae61c 100644 --- a/internal/httpapi/openai/chat/vercel_prepare_test.go +++ b/internal/httpapi/openai/chat/vercel_prepare_test.go @@ -143,11 +143,11 @@ func TestHandleVercelStreamPrepareAppliesCurrentInputFile(t *testing.T) { } type vercelReleaseAutoDeleteDSStub struct { - resp *http.Response - deleteCallCount int - deletedSessionID string - deletedToken string - deleteErr error + resp *http.Response + deleteCallCount int + deletedSessionID string + deletedToken string + deleteErr error } func (m *vercelReleaseAutoDeleteDSStub) CreateSession(_ context.Context, _ *auth.RequestAuth, _ int) (string, error) {