Skip to content

Commit 7e48145

Browse files
author
Aaron Sierra
committed
test: dns: luadns: Make records agree with zones
1 parent 2849cf7 commit 7e48145

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libcloud/test/dns/fixtures/luadns/create_record_success.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": 31,
3-
"name": "test.com.",
3+
"name": "example.com.",
44
"type": "A",
55
"content": "127.0.0.1",
66
"ttl": 13,

libcloud/test/dns/fixtures/luadns/get_record.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": 31,
3-
"name": "example.com.",
3+
"name": "example.org.",
44
"type": "MX",
55
"content": "10 mail.example.com.",
66
"ttl": 300,

libcloud/test/dns/fixtures/luadns/records_list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"id": 6683,
4-
"name": "example.org.",
4+
"name": "example.com.",
55
"type": "NS",
66
"content": "b.ns.luadns.net.",
77
"ttl": 86400,
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"id": 6684,
14-
"name": "example.org.",
14+
"name": "example.com.",
1515
"type": "NS",
1616
"content": "a.ns.luadns.net.",
1717
"ttl": 86400,

0 commit comments

Comments
 (0)