Skip to content

Commit

Permalink
Update modules/pulsar/src/main/java/org/testcontainers/containers/Pul…
Browse files Browse the repository at this point in the history
…sarContainer.java

Co-authored-by: Eddú Meléndez Gonzales <eddu.melendez@gmail.com>
  • Loading branch information
nahguam and eddumelendez committed Jun 23, 2022
1 parent a204ea2 commit 85adce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class PulsarContainer extends GenericContainer<PulsarContainer> {

public static final int BROKER_HTTP_PORT = 8080;

public static final String ADMIN_CLUSTERS_ENDPOINT = "/admin/v2/clusters";
private static final String ADMIN_CLUSTERS_ENDPOINT = "/admin/v2/clusters";

/**
* See <a href="https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/naming/SystemTopicNames.java">SystemTopicNames</a>.
Expand Down

0 comments on commit 85adce5

Please sign in to comment.