File tree 2 files changed +355
-366
lines changed
2 files changed +355
-366
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ func TestRecordBatchWithOptionalParams(t *testing.T) {
208
208
Deletes : cloudflare .F ([]dns.RecordBatchParamsDelete {{
209
209
ID : cloudflare .F ("023e105f4ecef8ad9ca31a8372d0c353" ),
210
210
}}),
211
- Patches : cloudflare .F ([]dns.BatchPatchUnionParam {dns .BatchPatchARecordParam (dns.BatchPatchARecordParam {
211
+ Patches : cloudflare .F ([]dns.BatchPatchUnionParam {dns .BatchPatchAParam (dns.BatchPatchAParam {
212
212
ARecordParam : dns.ARecordParam {
213
213
Comment : cloudflare .F ("Domain verification record" ),
214
214
Content : cloudflare .F ("198.51.100.4" ),
@@ -237,7 +237,7 @@ func TestRecordBatchWithOptionalParams(t *testing.T) {
237
237
TTL : cloudflare .F (dns .TTL1 ),
238
238
Type : cloudflare .F (dns .ARecordTypeA ),
239
239
}}),
240
- Puts : cloudflare .F ([]dns.BatchPutUnionParam {dns .BatchPutARecordParam (dns.BatchPutARecordParam {
240
+ Puts : cloudflare .F ([]dns.BatchPutUnionParam {dns .BatchPutAParam (dns.BatchPutAParam {
241
241
ARecordParam : dns.ARecordParam {
242
242
Comment : cloudflare .F ("Domain verification record" ),
243
243
Content : cloudflare .F ("198.51.100.4" ),
You can’t perform that action at this time.
0 commit comments