Skip to content

Commit 23cc26d

Browse files
chore: update example date in audit-logs for pipeline sync
1 parent 9ba3c36 commit 23cc26d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1083
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/telnyx/telnyx-ab77be3a551444ef92c97821cdbd74d6aae9ed4a5c69edd7c2f861f47200dce1.yml
3-
openapi_spec_hash: 0b6bcafbe0f9c4736d30f71f87dbfaba
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/telnyx/telnyx-e996944c1c52d93f3bccfee59f82d5ad5690084ce3fa512e67365b004d239765.yml
3+
openapi_spec_hash: fb6b042cb58bf6d29dd78c17286cd6ca
44
config_hash: 33c2705da78d9a7d858922f526e0a669

tests/api_resources/test_audit_events.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def test_method_list(self, client: Telnyx) -> None:
3030
def test_method_list_with_all_params(self, client: Telnyx) -> None:
3131
audit_event = client.audit_events.list(
3232
filter={
33-
"created_after": parse_datetime("2021-01-01T00:00:00Z"),
34-
"created_before": parse_datetime("2021-01-01T00:00:00Z"),
33+
"created_after": parse_datetime("2021-01-02T00:00:00Z"),
34+
"created_before": parse_datetime("2021-01-02T00:00:00Z"),
3535
},
3636
page_number=0,
3737
page_size=0,
@@ -78,8 +78,8 @@ async def test_method_list(self, async_client: AsyncTelnyx) -> None:
7878
async def test_method_list_with_all_params(self, async_client: AsyncTelnyx) -> None:
7979
audit_event = await async_client.audit_events.list(
8080
filter={
81-
"created_after": parse_datetime("2021-01-01T00:00:00Z"),
82-
"created_before": parse_datetime("2021-01-01T00:00:00Z"),
81+
"created_after": parse_datetime("2021-01-02T00:00:00Z"),
82+
"created_before": parse_datetime("2021-01-02T00:00:00Z"),
8383
},
8484
page_number=0,
8585
page_size=0,

0 commit comments

Comments
 (0)