VOL-4896 return error fro omci proxy messages

Change-Id: I9b695225af726747fbb50a3fb3ec5a1cdb9df06c
diff --git a/internal/pkg/core/device_handler_test.go b/internal/pkg/core/device_handler_test.go
index 4d5d231..0948830 100644
--- a/internal/pkg/core/device_handler_test.go
+++ b/internal/pkg/core/device_handler_test.go
@@ -159,7 +159,7 @@
 			ChannelId:      1,
 			ChannelGroupId: 1,
 		},
-		ConnectStatus: 1,
+		ConnectStatus: 2,
 	}
 	mcs := newMockCoreService()
 	cc := mocks.NewMockCoreClient(mcs)