summaryrefslogtreecommitdiffstats
path: root/install/ui/test/aci_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/aci_tests.js')
-rw-r--r--install/ui/test/aci_tests.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js
index 5c8b37e0f..a98c45a1d 100644
--- a/install/ui/test/aci_tests.js
+++ b/install/ui/test/aci_tests.js
@@ -115,7 +115,10 @@ module('aci', {
}
],
policies: [
- IPA.permission_target_policy('target')
+ {
+ $factory: IPA.permission_target_policy,
+ widget_name: 'target'
+ }
]
});
entity.add_facet('details', target_facet);