diff options
Diffstat (limited to 'install/ui/test/data/hostgroup_find.json')
-rw-r--r-- | install/ui/test/data/hostgroup_find.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/test/data/hostgroup_find.json b/install/ui/test/data/hostgroup_find.json index 6732910c0..5310fc482 100644 --- a/install/ui/test/data/hostgroup_find.json +++ b/install/ui/test/data/hostgroup_find.json @@ -11,7 +11,7 @@ "description": [ "Live servers" ], - "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com", + "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com", "member": [], "memberof": [] }, @@ -22,7 +22,7 @@ "description": [ "Staging servers" ], - "dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com", + "dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=example,dc=com", "member": [], "memberof": [] } |