Skip to content

Commit 982b79c

Browse files
committed
Fix tests
1 parent d80f4ba commit 982b79c

39 files changed

+367
-1446
lines changed

.github/workflows/testing-integration.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
matrix:
1616
python_version: [3.9, 3.12]
1717
test_suite:
18-
- tests/integration/control/index
19-
- tests/integration/control/collections
20-
- tests/integration/control/backup
21-
- tests/integration/control/restore_job
22-
- tests/integration/control_asyncio/index
23-
- tests/integration/control_asyncio/backup
24-
- tests/integration/control_asyncio/restore_job
18+
- tests/integration/control/resources/index
19+
- tests/integration/control/resources/collections
20+
- tests/integration/control/resources/backup
21+
- tests/integration/control/resources/restore_job
22+
- tests/integration/control_asyncio/resources/index
23+
- tests/integration/control_asyncio/resources/backup
24+
- tests/integration/control_asyncio/resources/restore_job
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: 'Set up Python ${{ matrix.python_version }}'

pinecone/db_control/resources/sync/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def list(
2323
List backups for an index or for the project.
2424
2525
Args:
26-
index_name (str): The name of the index to list backups for.
26+
index_name (str): The name of the index to list backups for. If not provided, list all backups for the project.
2727
limit (int): The maximum number of backups to return.
2828
pagination_token (str): The pagination token to use for the next page of backups.
2929
"""

tests/integration/control/backup/conftest.py

Lines changed: 0 additions & 162 deletions
This file was deleted.

tests/integration/control/collections/conftest.py

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)