This commit is contained in:
Srikanth Chekuri
2020-11-24 10:47:51 +05:30
parent c3f94c39c9
commit bfc55f5634

View File

@ -118,7 +118,6 @@ class TestRedisInstrument(TestBase):
class TestRedisDBIndexInstrument(TestBase):
def setUp(self):
super().setUp()
self.redis_client = redis.Redis(port=6379, db=10)