Skip to content

Commit 8d0e0f7

Browse files
committed
E2E: Change KAFKA_CONNECT_LIST_URL
1 parent 2955d91 commit 8d0e0f7

File tree

1 file changed

+1
-1
lines changed
  • e2e-tests/src/main/java/io/kafbat/ui/variables

1 file changed

+1
-1
lines changed

e2e-tests/src/main/java/io/kafbat/ui/variables/Url.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ public interface Url {
66
String TOPICS_LIST_URL = "http://%s:8080/ui/clusters/local/all-topics";
77
String CONSUMERS_LIST_URL = "http://%s:8080/ui/clusters/local/consumer-groups";
88
String SCHEMA_REGISTRY_LIST_URL = "http://%s:8080/ui/clusters/local/schemas";
9-
String KAFKA_CONNECT_LIST_URL = "http://%s:8080/ui/clusters/local/connectors";
9+
String KAFKA_CONNECT_LIST_URL = "http://%s:8080/ui/clusters/local/kafka-connect/connectors";
1010
String KSQL_DB_LIST_URL = "http://%s:8080/ui/clusters/local/ksqldb/tables";
1111
}

0 commit comments

Comments
 (0)