Skip to content

Commit

Permalink
update client_test
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed May 15, 2024
1 parent db00a6d commit 99e6972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pinecone/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func TestClient(t *testing.T) {
}

func (ts *ClientTests) SetupSuite() {
apiKey := os.Getenv("INTEGRATION_PINECONE_API_KEY")
require.NotEmpty(ts.T(), apiKey, "INTEGRATION_PINECONE_API_KEY env variable not set")
apiKey := os.Getenv("TEST_PINECONE_API_KEY")
require.NotEmpty(ts.T(), apiKey, "TEST_PINECONE_API_KEY env variable not set")

ts.podIndex = os.Getenv("TEST_POD_INDEX_NAME")
require.NotEmpty(ts.T(), ts.podIndex, "TEST_POD_INDEX_NAME env variable not set")
Expand Down

0 comments on commit 99e6972

Please sign in to comment.