diff --git a/controller/nucleus/principalNetworkDomain_test.go b/controller/nucleus/principalNetworkDomain_test.go index 4080e5d6abfa18a50c4da30461850266192d6894..ec1621fb754494d756982adba9c16c3a3f54a93c 100644 --- a/controller/nucleus/principalNetworkDomain_test.go +++ b/controller/nucleus/principalNetworkDomain_test.go @@ -1257,7 +1257,7 @@ func Test_pndImplementation_SubscribePath(t *testing.T) { southboundService: tt.fields.southboundService, deviceService: tt.fields.deviceService, changes: tt.fields.changes, - Id: tt.fields.Id, + Id: tt.fields.ID, csbiClient: tt.fields.csbiClient, callback: tt.fields.callback, eventService: tt.fields.eventService,