[RIC-397] Add RanConnectStatusChangeManager + support SetAnsPublish
[ric-plt/e2mgr.git] / E2Manager / configuration / configuration_test.go
index 4a3dff3..27fd1b4 100644 (file)
@@ -43,6 +43,7 @@ func TestParseConfigurationSuccess(t *testing.T) {
        assert.Equal(t, "AACCE", config.GlobalRicId.RicId)
        assert.Equal(t, "310", config.GlobalRicId.Mcc)
        assert.Equal(t, "411", config.GlobalRicId.Mnc)
+       assert.Equal(t, "RAN_CONNECTION_STATUS_CHANGE", config.StateChangeMessageChannel)
 }
 
 func TestStringer(t *testing.T) {