Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdj0nes committed Jun 20, 2024
1 parent ee20fc7 commit f5e138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils/test_setup_openapi_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pinecone.utils.setup_openapi_client import setup_openapi_client, build_plugin_setup_client


anclass TestSetupOpenAPIClient:
class TestSetupOpenAPIClient:
def test_setup_openapi_client(self):
config = ConfigBuilder.build(api_key="my-api-key", host="https://my-controller-host")
openapi_config = ConfigBuilder.build_openapi_config(config)
Expand Down

0 comments on commit f5e138b

Please sign in to comment.