diff options
Diffstat (limited to 'install/ui/test/details_tests.js')
-rw-r--r-- | install/ui/test/details_tests.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js index 353fb3ea..60c899e6 100644 --- a/install/ui/test/details_tests.js +++ b/install/ui/test/details_tests.js @@ -121,7 +121,6 @@ test("Testing details lifecycle: create, load.", function(){ method: 'show', args: ['kfrog'], on_success: function(data, text_status, xhr) { - result = data.result.result; ok(true, "IPA.command() succeeded."); }, on_error: function(xhr, text_status, error_thrown) { |