mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Show error in adding associations
https://fedorahosted.org/freeipa/ticket/1628
This commit is contained in:
committed by
Endi S. Dewata
parent
109b79a7ac
commit
f98b05a331
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user