Skip to content

Commit

Permalink
chore(tests): exclude unneeded properties (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 22, 2025
1 parent c68c398 commit b737a75
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tests/api_resources/hyperdrive/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def test_method_create(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -50,7 +49,6 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -68,7 +66,6 @@ def test_raw_response_create(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -89,7 +86,6 @@ def test_streaming_response_create(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -113,7 +109,6 @@ def test_path_params_create(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -130,7 +125,6 @@ def test_method_update(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -148,7 +142,6 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -167,7 +160,6 @@ def test_raw_response_update(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -189,7 +181,6 @@ def test_streaming_response_update(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -214,7 +205,6 @@ def test_path_params_update(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -229,7 +219,6 @@ def test_path_params_update(self, client: Cloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand Down Expand Up @@ -341,7 +330,6 @@ def test_method_edit_with_all_params(self, client: Cloudflare) -> None:
name="example-hyperdrive",
origin={
"database": "postgres",
"password": "password",
"scheme": "postgres",
"user": "postgres",
},
Expand Down Expand Up @@ -452,7 +440,6 @@ async def test_method_create(self, async_client: AsyncCloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -469,7 +456,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -487,7 +473,6 @@ async def test_raw_response_create(self, async_client: AsyncCloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -508,7 +493,6 @@ async def test_streaming_response_create(self, async_client: AsyncCloudflare) ->
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -532,7 +516,6 @@ async def test_path_params_create(self, async_client: AsyncCloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -549,7 +532,6 @@ async def test_method_update(self, async_client: AsyncCloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -567,7 +549,6 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -586,7 +567,6 @@ async def test_raw_response_update(self, async_client: AsyncCloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -608,7 +588,6 @@ async def test_streaming_response_update(self, async_client: AsyncCloudflare) ->
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -633,7 +612,6 @@ async def test_path_params_update(self, async_client: AsyncCloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand All @@ -648,7 +626,6 @@ async def test_path_params_update(self, async_client: AsyncCloudflare) -> None:
origin={
"database": "postgres",
"host": "database.example.com",
"password": "password",
"port": 5432,
"scheme": "postgres",
"user": "postgres",
Expand Down Expand Up @@ -760,7 +737,6 @@ async def test_method_edit_with_all_params(self, async_client: AsyncCloudflare)
name="example-hyperdrive",
origin={
"database": "postgres",
"password": "password",
"scheme": "postgres",
"user": "postgres",
},
Expand Down

0 comments on commit b737a75

Please sign in to comment.