X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dmaap-mediator-producer%2Finternal%2Fconfig%2Fconfig_test.go;h=90d3c0368283f2e7d1479687db6b5e40363a7ae7;hb=3deeefa87a81f8724520ce0e3a55d88a5d328204;hp=9420a2ad19e6b856ef1a3e430c806a02c93e7dce;hpb=9b6fec053ae15d9ea67d7c85db0acb45cf9effe8;p=nonrtric.git diff --git a/dmaap-mediator-producer/internal/config/config_test.go b/dmaap-mediator-producer/internal/config/config_test.go index 9420a2ad..90d3c036 100644 --- a/dmaap-mediator-producer/internal/config/config_test.go +++ b/dmaap-mediator-producer/internal/config/config_test.go @@ -72,8 +72,8 @@ func TestNew_faultyIntValueSetConfigContainDefaultValueAndWarnInLog(t *testing.T InfoProducerPort: 8085, InfoCoordinatorAddress: "https://enrichmentservice:8434", DMaaPMRAddress: "https://message-router.onap:3905", - ProducerCertPath: "configs/producer.crt", - ProducerKeyPath: "configs/producer.key", + ProducerCertPath: "security/producer.crt", + ProducerKeyPath: "security/producer.key", } if got := New(); !reflect.DeepEqual(got, &wantConfig) { t.Errorf("New() = %v, want %v", got, &wantConfig) @@ -99,8 +99,8 @@ func TestNew_envFaultyLogLevelConfigContainDefaultValues(t *testing.T) { InfoProducerPort: 8085, InfoCoordinatorAddress: "https://enrichmentservice:8434", DMaaPMRAddress: "https://message-router.onap:3905", - ProducerCertPath: "configs/producer.crt", - ProducerKeyPath: "configs/producer.key", + ProducerCertPath: "security/producer.crt", + ProducerKeyPath: "security/producer.key", } got := New()