@@ -30,7 +30,7 @@ def test_method_create(self, client: Cloudflare) -> None:
30
30
origin = {
31
31
"database" : "postgres" ,
32
32
"host" : "database.example.com" ,
33
- "port" : 0 ,
33
+ "port" : 5432 ,
34
34
"scheme" : "postgres" ,
35
35
"user" : "postgres" ,
36
36
},
@@ -46,7 +46,7 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
46
46
origin = {
47
47
"database" : "postgres" ,
48
48
"host" : "database.example.com" ,
49
- "port" : 0 ,
49
+ "port" : 5432 ,
50
50
"scheme" : "postgres" ,
51
51
"user" : "postgres" ,
52
52
},
@@ -67,7 +67,7 @@ def test_raw_response_create(self, client: Cloudflare) -> None:
67
67
origin = {
68
68
"database" : "postgres" ,
69
69
"host" : "database.example.com" ,
70
- "port" : 0 ,
70
+ "port" : 5432 ,
71
71
"scheme" : "postgres" ,
72
72
"user" : "postgres" ,
73
73
},
@@ -87,7 +87,7 @@ def test_streaming_response_create(self, client: Cloudflare) -> None:
87
87
origin = {
88
88
"database" : "postgres" ,
89
89
"host" : "database.example.com" ,
90
- "port" : 0 ,
90
+ "port" : 5432 ,
91
91
"scheme" : "postgres" ,
92
92
"user" : "postgres" ,
93
93
},
@@ -110,7 +110,7 @@ def test_path_params_create(self, client: Cloudflare) -> None:
110
110
origin = {
111
111
"database" : "postgres" ,
112
112
"host" : "database.example.com" ,
113
- "port" : 0 ,
113
+ "port" : 5432 ,
114
114
"scheme" : "postgres" ,
115
115
"user" : "postgres" ,
116
116
},
@@ -126,7 +126,7 @@ def test_method_update(self, client: Cloudflare) -> None:
126
126
origin = {
127
127
"database" : "postgres" ,
128
128
"host" : "database.example.com" ,
129
- "port" : 0 ,
129
+ "port" : 5432 ,
130
130
"scheme" : "postgres" ,
131
131
"user" : "postgres" ,
132
132
},
@@ -143,7 +143,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
143
143
origin = {
144
144
"database" : "postgres" ,
145
145
"host" : "database.example.com" ,
146
- "port" : 0 ,
146
+ "port" : 5432 ,
147
147
"scheme" : "postgres" ,
148
148
"user" : "postgres" ,
149
149
},
@@ -165,7 +165,7 @@ def test_raw_response_update(self, client: Cloudflare) -> None:
165
165
origin = {
166
166
"database" : "postgres" ,
167
167
"host" : "database.example.com" ,
168
- "port" : 0 ,
168
+ "port" : 5432 ,
169
169
"scheme" : "postgres" ,
170
170
"user" : "postgres" ,
171
171
},
@@ -186,7 +186,7 @@ def test_streaming_response_update(self, client: Cloudflare) -> None:
186
186
origin = {
187
187
"database" : "postgres" ,
188
188
"host" : "database.example.com" ,
189
- "port" : 0 ,
189
+ "port" : 5432 ,
190
190
"scheme" : "postgres" ,
191
191
"user" : "postgres" ,
192
192
},
@@ -210,7 +210,7 @@ def test_path_params_update(self, client: Cloudflare) -> None:
210
210
origin = {
211
211
"database" : "postgres" ,
212
212
"host" : "database.example.com" ,
213
- "port" : 0 ,
213
+ "port" : 5432 ,
214
214
"scheme" : "postgres" ,
215
215
"user" : "postgres" ,
216
216
},
@@ -224,7 +224,7 @@ def test_path_params_update(self, client: Cloudflare) -> None:
224
224
origin = {
225
225
"database" : "postgres" ,
226
226
"host" : "database.example.com" ,
227
- "port" : 0 ,
227
+ "port" : 5432 ,
228
228
"scheme" : "postgres" ,
229
229
"user" : "postgres" ,
230
230
},
@@ -348,7 +348,7 @@ def test_method_edit_with_all_params(self, client: Cloudflare) -> None:
348
348
origin = {
349
349
"database" : "postgres" ,
350
350
"host" : "database.example.com" ,
351
- "port" : 0 ,
351
+ "port" : 5432 ,
352
352
"scheme" : "postgres" ,
353
353
"user" : "postgres" ,
354
354
},
@@ -463,7 +463,7 @@ async def test_method_create(self, async_client: AsyncCloudflare) -> None:
463
463
origin = {
464
464
"database" : "postgres" ,
465
465
"host" : "database.example.com" ,
466
- "port" : 0 ,
466
+ "port" : 5432 ,
467
467
"scheme" : "postgres" ,
468
468
"user" : "postgres" ,
469
469
},
@@ -479,7 +479,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
479
479
origin = {
480
480
"database" : "postgres" ,
481
481
"host" : "database.example.com" ,
482
- "port" : 0 ,
482
+ "port" : 5432 ,
483
483
"scheme" : "postgres" ,
484
484
"user" : "postgres" ,
485
485
},
@@ -500,7 +500,7 @@ async def test_raw_response_create(self, async_client: AsyncCloudflare) -> None:
500
500
origin = {
501
501
"database" : "postgres" ,
502
502
"host" : "database.example.com" ,
503
- "port" : 0 ,
503
+ "port" : 5432 ,
504
504
"scheme" : "postgres" ,
505
505
"user" : "postgres" ,
506
506
},
@@ -520,7 +520,7 @@ async def test_streaming_response_create(self, async_client: AsyncCloudflare) ->
520
520
origin = {
521
521
"database" : "postgres" ,
522
522
"host" : "database.example.com" ,
523
- "port" : 0 ,
523
+ "port" : 5432 ,
524
524
"scheme" : "postgres" ,
525
525
"user" : "postgres" ,
526
526
},
@@ -543,7 +543,7 @@ async def test_path_params_create(self, async_client: AsyncCloudflare) -> None:
543
543
origin = {
544
544
"database" : "postgres" ,
545
545
"host" : "database.example.com" ,
546
- "port" : 0 ,
546
+ "port" : 5432 ,
547
547
"scheme" : "postgres" ,
548
548
"user" : "postgres" ,
549
549
},
@@ -559,7 +559,7 @@ async def test_method_update(self, async_client: AsyncCloudflare) -> None:
559
559
origin = {
560
560
"database" : "postgres" ,
561
561
"host" : "database.example.com" ,
562
- "port" : 0 ,
562
+ "port" : 5432 ,
563
563
"scheme" : "postgres" ,
564
564
"user" : "postgres" ,
565
565
},
@@ -576,7 +576,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
576
576
origin = {
577
577
"database" : "postgres" ,
578
578
"host" : "database.example.com" ,
579
- "port" : 0 ,
579
+ "port" : 5432 ,
580
580
"scheme" : "postgres" ,
581
581
"user" : "postgres" ,
582
582
},
@@ -598,7 +598,7 @@ async def test_raw_response_update(self, async_client: AsyncCloudflare) -> None:
598
598
origin = {
599
599
"database" : "postgres" ,
600
600
"host" : "database.example.com" ,
601
- "port" : 0 ,
601
+ "port" : 5432 ,
602
602
"scheme" : "postgres" ,
603
603
"user" : "postgres" ,
604
604
},
@@ -619,7 +619,7 @@ async def test_streaming_response_update(self, async_client: AsyncCloudflare) ->
619
619
origin = {
620
620
"database" : "postgres" ,
621
621
"host" : "database.example.com" ,
622
- "port" : 0 ,
622
+ "port" : 5432 ,
623
623
"scheme" : "postgres" ,
624
624
"user" : "postgres" ,
625
625
},
@@ -643,7 +643,7 @@ async def test_path_params_update(self, async_client: AsyncCloudflare) -> None:
643
643
origin = {
644
644
"database" : "postgres" ,
645
645
"host" : "database.example.com" ,
646
- "port" : 0 ,
646
+ "port" : 5432 ,
647
647
"scheme" : "postgres" ,
648
648
"user" : "postgres" ,
649
649
},
@@ -657,7 +657,7 @@ async def test_path_params_update(self, async_client: AsyncCloudflare) -> None:
657
657
origin = {
658
658
"database" : "postgres" ,
659
659
"host" : "database.example.com" ,
660
- "port" : 0 ,
660
+ "port" : 5432 ,
661
661
"scheme" : "postgres" ,
662
662
"user" : "postgres" ,
663
663
},
@@ -781,7 +781,7 @@ async def test_method_edit_with_all_params(self, async_client: AsyncCloudflare)
781
781
origin = {
782
782
"database" : "postgres" ,
783
783
"host" : "database.example.com" ,
784
- "port" : 0 ,
784
+ "port" : 5432 ,
785
785
"scheme" : "postgres" ,
786
786
"user" : "postgres" ,
787
787
},
0 commit comments