X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-simulators%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicy%2Fsimulators%2FDmaapSimulatorTest.java;h=5687e219780b2d365946c91d2b6322f4b50f9db0;hb=71be21fd5b9b52c613bb855f00a79a51e81906dd;hp=97ecfc2ca96b3788563703056a67bae3ec59a53f;hpb=f13e04fc8ebf4e0b97ac3561fc5950025dda6061;p=policy%2Fmodels.git diff --git a/models-interactions/model-simulators/src/test/java/org/onap/policy/simulators/DmaapSimulatorTest.java b/models-interactions/model-simulators/src/test/java/org/onap/policy/simulators/DmaapSimulatorTest.java index 97ecfc2ca..5687e2197 100644 --- a/models-interactions/model-simulators/src/test/java/org/onap/policy/simulators/DmaapSimulatorTest.java +++ b/models-interactions/model-simulators/src/test/java/org/onap/policy/simulators/DmaapSimulatorTest.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * Copyright (C) 2019, 2022 AT&T Intellectual Property. All rights reserved. * Modifications Copyright (C) 2022 Bell Canada. All rights reserved. - * Modifications Copyright (C) 2023 Nordix Foundation. + * Modifications Copyright (C) 2023-2024 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,8 +44,8 @@ import org.onap.policy.common.utils.coder.StandardCoder; public class DmaapSimulatorTest { private static final int MAX_WAIT_SEC = 10; - private static final String TOPIC = "MY-TOPIC"; - private static final String AUTH_TOPIC = "MY-AUTH-TOPIC"; + private static final String TOPIC = "my-topic"; + private static final String AUTH_TOPIC = "my-auth-topic"; private static final String AUTH_PORT = "3903"; private static final HashMap savedValuesMap = new HashMap<>();