aboutsummaryrefslogtreecommitdiffstats
path: root/actionservice/test/client_xmlrpc_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionservice/test/client_xmlrpc_test.rb')
-rw-r--r--actionservice/test/client_xmlrpc_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionservice/test/client_xmlrpc_test.rb b/actionservice/test/client_xmlrpc_test.rb
index 9c6abc3520..35768adf32 100644
--- a/actionservice/test/client_xmlrpc_test.rb
+++ b/actionservice/test/client_xmlrpc_test.rb
@@ -22,7 +22,7 @@ module ClientXmlRpcTest
end
class ClientContainer < ActionController::Base
- client_api :client, :xmlrpc, "http://localhost:#{PORT}/client/api", :api => ClientTest::API
+ web_client_api :client, :xmlrpc, "http://localhost:#{PORT}/client/api", :api => ClientTest::API
def get_client
client