diff options
Diffstat (limited to 'ipatests/test_webui/ui_driver.py')
-rw-r--r-- | ipatests/test_webui/ui_driver.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_webui/ui_driver.py b/ipatests/test_webui/ui_driver.py index f0b9b4362..0e10c6b52 100644 --- a/ipatests/test_webui/ui_driver.py +++ b/ipatests/test_webui/ui_driver.py @@ -521,9 +521,9 @@ class UI_driver(object): var args = arguments[1]; var options = arguments[2]; var callback = arguments[arguments.length - 1]; - var IPA = require('freeipa/ipa'); + var rpc = require('freeipa/rpc'); - var cmd = IPA.command({ + var cmd = rpc.command({ method: method, args: args, options: options, |