summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnszone_find_pkeys.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/dnszone_find_pkeys.json')
-rw-r--r--install/ui/test/data/dnszone_find_pkeys.json16
1 files changed, 5 insertions, 11 deletions
diff --git a/install/ui/test/data/dnszone_find_pkeys.json b/install/ui/test/data/dnszone_find_pkeys.json
index 1b4f02500..f40636f43 100644
--- a/install/ui/test/data/dnszone_find_pkeys.json
+++ b/install/ui/test/data/dnszone_find_pkeys.json
@@ -2,24 +2,18 @@
"error": null,
"id": 6,
"result": {
- "count": 3,
+ "count": 2,
"result": [
{
- "dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
- "idnsname": [
- "example.com"
- ]
- },
- {
- "dn": "idnsname=122.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
+ "dn": "idnsname=1.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
"idnsname": [
- "122.168.192.in-addr.arpa"
+ "1.168.192.in-addr.arpa"
]
},
{
- "dn": "idnsname=dev.example.com,cn=dns,dc=example,dc=com",
+ "dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
- "dev.example.com"
+ "example.com"
]
}
],