@@ -30,7 +30,7 @@ def test_method_create(self, client: Cloudflare) -> None:
3030 origin = {
3131 "database" : "postgres" ,
3232 "host" : "database.example.com" ,
33- "port" : 0 ,
33+ "port" : 5432 ,
3434 "scheme" : "postgres" ,
3535 "user" : "postgres" ,
3636 },
@@ -46,7 +46,7 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
4646 origin = {
4747 "database" : "postgres" ,
4848 "host" : "database.example.com" ,
49- "port" : 0 ,
49+ "port" : 5432 ,
5050 "scheme" : "postgres" ,
5151 "user" : "postgres" ,
5252 },
@@ -67,7 +67,7 @@ def test_raw_response_create(self, client: Cloudflare) -> None:
6767 origin = {
6868 "database" : "postgres" ,
6969 "host" : "database.example.com" ,
70- "port" : 0 ,
70+ "port" : 5432 ,
7171 "scheme" : "postgres" ,
7272 "user" : "postgres" ,
7373 },
@@ -87,7 +87,7 @@ def test_streaming_response_create(self, client: Cloudflare) -> None:
8787 origin = {
8888 "database" : "postgres" ,
8989 "host" : "database.example.com" ,
90- "port" : 0 ,
90+ "port" : 5432 ,
9191 "scheme" : "postgres" ,
9292 "user" : "postgres" ,
9393 },
@@ -110,7 +110,7 @@ def test_path_params_create(self, client: Cloudflare) -> None:
110110 origin = {
111111 "database" : "postgres" ,
112112 "host" : "database.example.com" ,
113- "port" : 0 ,
113+ "port" : 5432 ,
114114 "scheme" : "postgres" ,
115115 "user" : "postgres" ,
116116 },
@@ -126,7 +126,7 @@ def test_method_update(self, client: Cloudflare) -> None:
126126 origin = {
127127 "database" : "postgres" ,
128128 "host" : "database.example.com" ,
129- "port" : 0 ,
129+ "port" : 5432 ,
130130 "scheme" : "postgres" ,
131131 "user" : "postgres" ,
132132 },
@@ -143,7 +143,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
143143 origin = {
144144 "database" : "postgres" ,
145145 "host" : "database.example.com" ,
146- "port" : 0 ,
146+ "port" : 5432 ,
147147 "scheme" : "postgres" ,
148148 "user" : "postgres" ,
149149 },
@@ -165,7 +165,7 @@ def test_raw_response_update(self, client: Cloudflare) -> None:
165165 origin = {
166166 "database" : "postgres" ,
167167 "host" : "database.example.com" ,
168- "port" : 0 ,
168+ "port" : 5432 ,
169169 "scheme" : "postgres" ,
170170 "user" : "postgres" ,
171171 },
@@ -186,7 +186,7 @@ def test_streaming_response_update(self, client: Cloudflare) -> None:
186186 origin = {
187187 "database" : "postgres" ,
188188 "host" : "database.example.com" ,
189- "port" : 0 ,
189+ "port" : 5432 ,
190190 "scheme" : "postgres" ,
191191 "user" : "postgres" ,
192192 },
@@ -210,7 +210,7 @@ def test_path_params_update(self, client: Cloudflare) -> None:
210210 origin = {
211211 "database" : "postgres" ,
212212 "host" : "database.example.com" ,
213- "port" : 0 ,
213+ "port" : 5432 ,
214214 "scheme" : "postgres" ,
215215 "user" : "postgres" ,
216216 },
@@ -224,7 +224,7 @@ def test_path_params_update(self, client: Cloudflare) -> None:
224224 origin = {
225225 "database" : "postgres" ,
226226 "host" : "database.example.com" ,
227- "port" : 0 ,
227+ "port" : 5432 ,
228228 "scheme" : "postgres" ,
229229 "user" : "postgres" ,
230230 },
@@ -348,7 +348,7 @@ def test_method_edit_with_all_params(self, client: Cloudflare) -> None:
348348 origin = {
349349 "database" : "postgres" ,
350350 "host" : "database.example.com" ,
351- "port" : 0 ,
351+ "port" : 5432 ,
352352 "scheme" : "postgres" ,
353353 "user" : "postgres" ,
354354 },
@@ -463,7 +463,7 @@ async def test_method_create(self, async_client: AsyncCloudflare) -> None:
463463 origin = {
464464 "database" : "postgres" ,
465465 "host" : "database.example.com" ,
466- "port" : 0 ,
466+ "port" : 5432 ,
467467 "scheme" : "postgres" ,
468468 "user" : "postgres" ,
469469 },
@@ -479,7 +479,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
479479 origin = {
480480 "database" : "postgres" ,
481481 "host" : "database.example.com" ,
482- "port" : 0 ,
482+ "port" : 5432 ,
483483 "scheme" : "postgres" ,
484484 "user" : "postgres" ,
485485 },
@@ -500,7 +500,7 @@ async def test_raw_response_create(self, async_client: AsyncCloudflare) -> None:
500500 origin = {
501501 "database" : "postgres" ,
502502 "host" : "database.example.com" ,
503- "port" : 0 ,
503+ "port" : 5432 ,
504504 "scheme" : "postgres" ,
505505 "user" : "postgres" ,
506506 },
@@ -520,7 +520,7 @@ async def test_streaming_response_create(self, async_client: AsyncCloudflare) ->
520520 origin = {
521521 "database" : "postgres" ,
522522 "host" : "database.example.com" ,
523- "port" : 0 ,
523+ "port" : 5432 ,
524524 "scheme" : "postgres" ,
525525 "user" : "postgres" ,
526526 },
@@ -543,7 +543,7 @@ async def test_path_params_create(self, async_client: AsyncCloudflare) -> None:
543543 origin = {
544544 "database" : "postgres" ,
545545 "host" : "database.example.com" ,
546- "port" : 0 ,
546+ "port" : 5432 ,
547547 "scheme" : "postgres" ,
548548 "user" : "postgres" ,
549549 },
@@ -559,7 +559,7 @@ async def test_method_update(self, async_client: AsyncCloudflare) -> None:
559559 origin = {
560560 "database" : "postgres" ,
561561 "host" : "database.example.com" ,
562- "port" : 0 ,
562+ "port" : 5432 ,
563563 "scheme" : "postgres" ,
564564 "user" : "postgres" ,
565565 },
@@ -576,7 +576,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
576576 origin = {
577577 "database" : "postgres" ,
578578 "host" : "database.example.com" ,
579- "port" : 0 ,
579+ "port" : 5432 ,
580580 "scheme" : "postgres" ,
581581 "user" : "postgres" ,
582582 },
@@ -598,7 +598,7 @@ async def test_raw_response_update(self, async_client: AsyncCloudflare) -> None:
598598 origin = {
599599 "database" : "postgres" ,
600600 "host" : "database.example.com" ,
601- "port" : 0 ,
601+ "port" : 5432 ,
602602 "scheme" : "postgres" ,
603603 "user" : "postgres" ,
604604 },
@@ -619,7 +619,7 @@ async def test_streaming_response_update(self, async_client: AsyncCloudflare) ->
619619 origin = {
620620 "database" : "postgres" ,
621621 "host" : "database.example.com" ,
622- "port" : 0 ,
622+ "port" : 5432 ,
623623 "scheme" : "postgres" ,
624624 "user" : "postgres" ,
625625 },
@@ -643,7 +643,7 @@ async def test_path_params_update(self, async_client: AsyncCloudflare) -> None:
643643 origin = {
644644 "database" : "postgres" ,
645645 "host" : "database.example.com" ,
646- "port" : 0 ,
646+ "port" : 5432 ,
647647 "scheme" : "postgres" ,
648648 "user" : "postgres" ,
649649 },
@@ -657,7 +657,7 @@ async def test_path_params_update(self, async_client: AsyncCloudflare) -> None:
657657 origin = {
658658 "database" : "postgres" ,
659659 "host" : "database.example.com" ,
660- "port" : 0 ,
660+ "port" : 5432 ,
661661 "scheme" : "postgres" ,
662662 "user" : "postgres" ,
663663 },
@@ -781,7 +781,7 @@ async def test_method_edit_with_all_params(self, async_client: AsyncCloudflare)
781781 origin = {
782782 "database" : "postgres" ,
783783 "host" : "database.example.com" ,
784- "port" : 0 ,
784+ "port" : 5432 ,
785785 "scheme" : "postgres" ,
786786 "user" : "postgres" ,
787787 },
0 commit comments