HDFS-16901: Minor fix for unit test.
Signed-off-by: Owen O'Malley <oomalley@linkedin.com>
This commit is contained in:
parent
4cc33e5e37
commit
8025a60ae7
|
@ -2090,7 +2090,7 @@ public class TestRouterRpc {
|
|||
public void testRealUserPropagationInCallerContext()
|
||||
throws IOException, InterruptedException {
|
||||
GenericTestUtils.LogCapturer auditlog =
|
||||
GenericTestUtils.LogCapturer.captureLogs(FSNamesystem.auditLog);
|
||||
GenericTestUtils.LogCapturer.captureLogs(FSNamesystem.AUDIT_LOG);
|
||||
|
||||
// Current callerContext is null
|
||||
assertNull(CallerContext.getCurrent());
|
||||
|
|
Loading…
Reference in New Issue