mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Transform @ in Digitalocean API output to zone name
This commit is contained in:
6
tests/fixtures/digitalocean-page-2.json
vendored
6
tests/fixtures/digitalocean-page-2.json
vendored
@@ -25,7 +25,7 @@
|
||||
"id": 11189891,
|
||||
"type": "CNAME",
|
||||
"name": "cname",
|
||||
"data": "unit.tests",
|
||||
"data": "@",
|
||||
"priority": null,
|
||||
"port": null,
|
||||
"ttl": 300,
|
||||
@@ -69,7 +69,7 @@
|
||||
"id": 11189895,
|
||||
"type": "CNAME",
|
||||
"name": "included",
|
||||
"data": "unit.tests",
|
||||
"data": "@",
|
||||
"priority": null,
|
||||
"port": null,
|
||||
"ttl": 3600,
|
||||
@@ -86,4 +86,4 @@
|
||||
"meta": {
|
||||
"total": 21
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user