summaryrefslogtreecommitdiffstats
path: root/install/ui/test/association_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/association_tests.js')
-rw-r--r--install/ui/test/association_tests.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/test/association_tests.js b/install/ui/test/association_tests.js
index 769355ae8..1cdc17ccb 100644
--- a/install/ui/test/association_tests.js
+++ b/install/ui/test/association_tests.js
@@ -60,7 +60,7 @@ test("Testing serial_associator().", function() {
'Checking IPA.command() parameter: primary key'
);
- that.on_success();
+ that.on_success({});
};
return that;
@@ -115,7 +115,7 @@ test("Testing bulk_associator().", function() {
'Checking IPA.command() parameter: options[\""+params.other_entity+"\"]'
);
- that.on_success();
+ that.on_success({});
};
return that;