Skip to content

Commit

Permalink
load file from classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliverwqcwrw committed Aug 13, 2022
1 parent 7532aec commit 981f301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class PlainPermissionManagerTest {
PlainAccessConfig plainAccessConfig = new PlainAccessConfig();
Set<Integer> adminCode = new HashSet<>();

private static final String PATH = "src/test/resources";
private static final String PATH = PlainPermissionManagerTest.class.getResource("/").getFile();

private static final String DEFAULT_TOPIC = "topic-acl";

Expand Down

0 comments on commit 981f301

Please sign in to comment.