mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Try to fix query
This commit is contained in:
@@ -319,7 +319,7 @@ Feature: External CA
|
||||
"scope": "https://api.dnsmadeeasy.com:443",
|
||||
"method": "GET",
|
||||
"path": "/V2.0/dns/managed/MOCK_ZONE_ID/records",
|
||||
"query": {"type": "TXT", "recordName": "_acme-challenge"},
|
||||
"query": {"type": "TXT", "recordName": "_acme-challenge", "page": "0"},
|
||||
"status": 200,
|
||||
"response": {
|
||||
"totalRecords": 1,
|
||||
|
||||
Reference in New Issue
Block a user