def test_get_logs(self):
     """Test getting the instance logs"""
     instance = RedisInstance(10101)
     logs = instance.get_logs()
     self.assertGreater(len(logs), 1000)
     instance.terminate()
 def test_get_logs(self):
     """Test getting the instance logs"""
     instance = RedisInstance(10101)
     logs = instance.get_logs()
     self.assertGreater(len(logs), 1000)
     instance.terminate()