diff options
| author | Petr Vobornik <pvoborni@redhat.com> | 2016-01-20 19:00:33 +0100 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2016-02-23 10:13:26 +0100 |
| commit | 31f42bc2e1e931b4c7dec9bf89eb94c844397ea2 (patch) | |
| tree | ae27943c8164a0db94ff69ab971e41386734f5e9 /install/ui/test | |
| parent | a3f8e8e71f95c145cbf2e1917bd71c6bedee11d4 (diff) | |
| download | freeipa-31f42bc2e1e931b4c7dec9bf89eb94c844397ea2.tar.gz freeipa-31f42bc2e1e931b4c7dec9bf89eb94c844397ea2.tar.xz freeipa-31f42bc2e1e931b4c7dec9bf89eb94c844397ea2.zip | |
webui: use API call ca_is_enabled instead of enable_ra env variable.
To be consistent with backend code.
https://fedorahosted.org/freeipa/ticket/5622
Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
Diffstat (limited to 'install/ui/test')
| -rw-r--r-- | install/ui/test/data/ipa_init.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index b25fa9357..852b95373 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -975,6 +975,12 @@ { "error": null, "result": 1 + }, + { + "error": null, + "result": true, + "summary": null, + "value": null } ] } |
