Skip to content

Commit 8bab1ec

Browse files
committed
Revert "[fix][test][branch-3.0] fix testCleanupEmptySubscriptionAuthenticationMap (apache#21744)"
This reverts commit 5b88f0b.
1 parent e9cd566 commit 8bab1ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pulsar-broker/src/test/java/org/apache/pulsar/client/api/AuthenticatedProducerConsumerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ public void testCleanupEmptyTopicAuthenticationMap() throws Exception {
507507
@Test
508508
public void testCleanupEmptySubscriptionAuthenticationMap() throws Exception {
509509
Map<String, String> authParams = new HashMap<>();
510-
authParams.put("tlsCertFile", TLS_CLIENT_CERT_FILE_PATH);
511-
authParams.put("tlsKeyFile", TLS_CLIENT_KEY_FILE_PATH);
510+
authParams.put("tlsCertFile", getTlsFileForClient("admin.cert"));
511+
authParams.put("tlsKeyFile", getTlsFileForClient("admin.key-pk8"));
512512
Authentication authTls = new AuthenticationTls();
513513
authTls.configure(authParams);
514514
internalSetup(authTls);

0 commit comments

Comments
 (0)