From 030b7cb7ed60fc4a8b2fd608f538c470b65b1131 Mon Sep 17 00:00:00 2001 From: Alex Baranov <677093+sashabaranov@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:11:27 +0100 Subject: [PATCH] fix integration tests (#834) --- api_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api_integration_test.go b/api_integration_test.go index 8c9f338..7828d94 100644 --- a/api_integration_test.go +++ b/api_integration_test.go @@ -4,6 +4,7 @@ package openai_test import ( "context" + "encoding/json" "errors" "io" "os"