mirror of https://github.com/apache/nifi.git
NIFI-6687:
- Using correct NiFi Ranger Service name in unit tests. This closes #3842. Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
parent
20f70357a3
commit
2cef010b06
|
@ -68,7 +68,7 @@ public class ManagedRangerAuthorizerTest {
|
|||
+ "</userGroupProvider>"
|
||||
+ "</managedRangerAuthorizations>";
|
||||
|
||||
private final String serviceType = "nifiService";
|
||||
private final String serviceType = "nifi";
|
||||
private final String appId = "nifiAppId";
|
||||
|
||||
@Before
|
||||
|
@ -197,4 +197,4 @@ public class ManagedRangerAuthorizerTest {
|
|||
|
||||
return managedAuthorizer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ public class TestRangerNiFiAuthorizer {
|
|||
private AuthorizerConfigurationContext configurationContext;
|
||||
private NiFiProperties nifiProperties;
|
||||
|
||||
private final String serviceType = "nifiService";
|
||||
private final String serviceType = "nifi";
|
||||
private final String appId = "nifiAppId";
|
||||
|
||||
private RangerAccessResult allowedResult;
|
||||
|
|
Loading…
Reference in New Issue