Fix simulator topics for lower case
[policy/models.git] / models-interactions / model-simulators / src / test / java / org / onap / policy / simulators / DmaapSimulatorTest.java
index 97ecfc2..5687e21 100644 (file)
@@ -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<String, String> savedValuesMap = new HashMap<>();