Skip to content

Commit

Permalink
Iterate on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Jul 26, 2024
1 parent 7c1eca5 commit b87fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/control/pod/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def random_string():


@pytest.fixture(scope="session")
def reusable_collection(spec):
def reusable_collection():
pc = Pinecone(
api_key=get_environment_var("PINECONE_API_KEY"), additional_headers={"sdk-test-suite": "pinecone-python-client"}
)
Expand Down

0 comments on commit b87fd9b

Please sign in to comment.