Skip to content
Snippets Groups Projects
Commit 9a3bfb40 authored by harshit aggarwal's avatar harshit aggarwal
Browse files

minor fix

parent 9bb9d962
No related branches found
No related tags found
1 merge request!20Adding helm charts and Istio config
Pipeline #13605 failed
......@@ -50,7 +50,7 @@ public class CreateSubscriberDescriptor extends RestDescriptor {
String secret = Config.Instance().SUBSCRIBER_SECRET;
String topicName = System.getProperty("TEST_TOPIC_NAME", System.getenv("TEST_TOPIC_NAME"));
if(topicName == null) {
if(Strings.isNullOrEmpty(topicName)) {
topicName = "records-changed";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment