summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/idwsf2_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/tests/idwsf2_tests.py')
-rwxr-xr-xbindings/python/tests/idwsf2_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/idwsf2_tests.py b/bindings/python/tests/idwsf2_tests.py
index d7a4cb24..063f2eaf 100755
--- a/bindings/python/tests/idwsf2_tests.py
+++ b/bindings/python/tests/idwsf2_tests.py
@@ -771,7 +771,7 @@ class DstTestCase(IdWsf2TestCase):
for found in result:
wsp_dst.setQueryItemResult(item.itemId, ET.tostring(found), True)
wsp_dst.setServiceType(lasso.PP11_PREFIX, lasso.PP11_HREF)
- wsp_dst.initResponse()
+ wsp_dst.validateRequest()
wsp_dst.buildResponseMsg()
wsc_dst.processResponseMsg(wsp_dst.msgBody)