diff options
Diffstat (limited to 'ipatests/test_webui/test_dns.py')
-rw-r--r-- | ipatests/test_webui/test_dns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_dns.py b/ipatests/test_webui/test_dns.py index c136460ce..62f6040a7 100644 --- a/ipatests/test_webui/test_dns.py +++ b/ipatests/test_webui/test_dns.py @@ -30,7 +30,7 @@ CONFIG_ENTITY = 'dnsconfig' ZONE_DEFAULT_FACET = 'records' -ZONE_PKEY = 'foo.itest' +ZONE_PKEY = 'foo.itest.' ZONE_DATA = { 'pkey': ZONE_PKEY, |