summaryrefslogtreecommitdiff
path: root/tests/axis2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/axis2.py')
-rw-r--r--tests/axis2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/axis2.py b/tests/axis2.py
index 966cb7e..8ed0bdd 100644
--- a/tests/axis2.py
+++ b/tests/axis2.py
@@ -38,7 +38,7 @@ print 'url=%s' % url
#
# create a service client using the wsdl.
#
-client = Client(url, cache=None)
+client = Client(url)
#
# print the service (introspection)