Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mneethiraj committed Oct 31, 2024
1 parent 9662caf commit 25bd005
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 0 additions & 10 deletions plugin/trino-apache-ranger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<includes>
<include>**/*</include>
</includes>
</testResource>
</testResources>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ public class TestRangerSystemAccessControl
public static void setUpBeforeClass()
throws Exception
{
accessControlManager = new RangerSystemAccessControl(new RangerConfig());
RangerConfig config = new RangerConfig();

config.setServiceName("dev_trino");

accessControlManager = new RangerSystemAccessControl(config);
}

@Test
Expand Down

0 comments on commit 25bd005

Please sign in to comment.