Removing a tech-profile from the data-model if that's not found in etcd

Change-Id: Ibd2848cf417eed8a06881c6d9d080728db5965e9
diff --git a/xos/synchronizer/steps/test_sync_onu_device.py b/xos/synchronizer/steps/test_sync_onu_device.py
index aba57aa..bf85bde 100644
--- a/xos/synchronizer/steps/test_sync_onu_device.py
+++ b/xos/synchronizer/steps/test_sync_onu_device.py
@@ -20,7 +20,7 @@
 
 test_path=os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
 
-class TestSyncVOLTServiceInstance(unittest.TestCase):
+class TestSyncONUDevice(unittest.TestCase):
     def setUp(self):
 
         self.sys_path_save = sys.path