Skip to content

Commit 7bbf57a

Browse files
feat(api): api update
1 parent 40ae04a commit 7bbf57a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
configured_endpoints: 44
2-
openapi_spec_hash: f25ca671adcc0b224451c721048d9220
2+
openapi_spec_hash: 67d5aeebff72f48ee4730227ca0b47c2
33
config_hash: 659f65b6ccf5612986f920f7f9abbcb5

tests/api_resources/test_projects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def test_method_list(self, client: Codex) -> None:
204204
def test_method_list_with_all_params(self, client: Codex) -> None:
205205
project = client.projects.list(
206206
include_entry_counts=True,
207-
limit=0,
207+
limit=1,
208208
offset=0,
209209
order="asc",
210210
organization_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
@@ -699,7 +699,7 @@ async def test_method_list(self, async_client: AsyncCodex) -> None:
699699
async def test_method_list_with_all_params(self, async_client: AsyncCodex) -> None:
700700
project = await async_client.projects.list(
701701
include_entry_counts=True,
702-
limit=0,
702+
limit=1,
703703
offset=0,
704704
order="asc",
705705
organization_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",

0 commit comments

Comments
 (0)