summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c51b556dc..58864f4b4 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() {