summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/ui/test/aci_tests.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js
index c51b556d..58864f4b 100644
--- a/install/ui/test/aci_tests.js
+++ b/install/ui/test/aci_tests.js
@@ -37,6 +37,7 @@ module('aci',{
);
aci_container = $('<div id="aci"/>').appendTo(document.body);
target_section = IPA.target_section();
+ target_section.init();
target_section.create(aci_container);
},
teardown: function() {