CORD-3095 fix wrapper tests failing on new jenkins

Change-Id: I5840f0a36b93d0a4ddb69fea966396dc60c2caf8
diff --git a/xos/xos_client/xosapi/test_wrapper.py b/xos/xos_client/xosapi/test_wrapper.py
index 8bce2d6..a9318a1 100644
--- a/xos/xos_client/xosapi/test_wrapper.py
+++ b/xos/xos_client/xosapi/test_wrapper.py
@@ -46,6 +46,8 @@
             import xosapi.orm
             from fake_stub import FakeStub, FakeObj, FakeProtos
 
+            xosapi.orm.import_convenience_methods()
+
             stub = FakeStub()
             api = xosapi.orm.ORMStub(stub=stub, package_name = "xos", protos=FakeProtos(), empty = FakeObj, enable_backoff = False)
             return api