Skip to content

Commit

Permalink
Fix existing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmith-pc committed Mar 26, 2024
1 parent 715e509 commit 145b9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinecone/index_connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (ts *IndexConnectionTests) SetupSuite() {
namespace, err := uuid.NewV7()
assert.NoError(ts.T(), err)

idxConn, err := newIndexConnection(ts.apiKey, ts.host, namespace.String())
idxConn, err := newIndexConnection(ts.apiKey, ts.host, namespace.String(), "")
assert.NoError(ts.T(), err)
ts.idxConn = idxConn

Expand Down

0 comments on commit 145b9fe

Please sign in to comment.