X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dmaap-mediator-producer%2Finternal%2Fconfig%2Fconfig_test.go;h=faf5900dbb7e00fcf38923f0737bc80baabfcb92;hb=5feecd881172a3b22041d35443c1f946e7d5f63e;hp=293e0d0b4d2897f05bccb86b0c380fc3be862dda;hpb=2389606af9e77879c76e2f87822b5b7d68920d19;p=nonrtric.git diff --git a/dmaap-mediator-producer/internal/config/config_test.go b/dmaap-mediator-producer/internal/config/config_test.go index 293e0d0b..faf5900d 100644 --- a/dmaap-mediator-producer/internal/config/config_test.go +++ b/dmaap-mediator-producer/internal/config/config_test.go @@ -70,7 +70,7 @@ func TestNew_faultyIntValueSetConfigContainDefaultValueAndWarnInLog(t *testing.T LogLevel: log.InfoLevel, InfoProducerHost: "", InfoProducerPort: 8085, - InfoCoordinatorAddress: "https://enrichmentservice:8434", + InfoCoordinatorAddress: "https://informationservice:8434", DMaaPMRAddress: "https://message-router.onap:3905", ProducerCertPath: "security/producer.crt", ProducerKeyPath: "security/producer.key", @@ -96,7 +96,7 @@ func TestNew_envFaultyLogLevelConfigContainDefaultValues(t *testing.T) { LogLevel: log.InfoLevel, InfoProducerHost: "", InfoProducerPort: 8085, - InfoCoordinatorAddress: "https://enrichmentservice:8434", + InfoCoordinatorAddress: "https://informationservice:8434", DMaaPMRAddress: "https://message-router.onap:3905", ProducerCertPath: "security/producer.crt", ProducerKeyPath: "security/producer.key",