We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f58ef96 + bf028cb commit 72a0335Copy full SHA for 72a0335
destral/testing.py
@@ -12,7 +12,7 @@
12
from destral.utils import module_exists
13
from osconf import config_from_environment
14
from ctx import _ws_info
15
-from tools.service_utils import WebserviceBase
+from tools.service_utils import WebServiceTracker
16
17
18
logger = logging.getLogger('destral.testing')
@@ -118,7 +118,7 @@ def setUp(self):
118
self.txn = Transaction().start(self.database)
119
self.cursor = self.txn.cursor
120
self.uid = self.txn.user
121
- _ws_info.push(WebserviceBase(uid=self.uid))
+ _ws_info.push(WebServiceTracker(uid=self.uid))
122
123
def tearDown(self):
124
self.txn.stop()
0 commit comments