diff options
-rwxr-xr-x | python/tests/idwsf2_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/idwsf2_tests.py b/python/tests/idwsf2_tests.py index 9684090d..ce889b2e 100755 --- a/python/tests/idwsf2_tests.py +++ b/python/tests/idwsf2_tests.py @@ -1418,7 +1418,7 @@ class DataServiceQueryTestCase(IdWsf2TestCase): try: wsp_service.parseQueryItems() except lasso.Error, e: - if e[0] != lasso.LASSO_DST_ERROR_MISSING_SERVICE_DATA: + if e[0] != lasso.DST_ERROR_MISSING_SERVICE_DATA: self.fail(e) else: self.fail('query items parsing should have failed because no data was provided') |