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:
Matt Gilman 2019-10-24 16:36:44 -04:00 committed by Bryan Bende
parent 20f70357a3
commit 2cef010b06
No known key found for this signature in database
GPG Key ID: A0DDA9ED50711C39
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}
}

View File

@ -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;