mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-2880] - Fix username output when OIDC is enabled
This commit is contained in:
parent
11d0729285
commit
cb6ec7047a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ import java.net.UnknownHostException;
|
|||
import java.net.InetAddress;
|
||||
|
||||
@RunWith(PowerMockRunner.class)
|
||||
@PrepareForTest(org.apache.shiro.SecurityUtils.class) // Static.class contains static methods
|
||||
@PrepareForTest(org.apache.shiro.SecurityUtils.class)
|
||||
public class SecurityUtilsTest {
|
||||
|
||||
@Mock
|
||||
|
|
|
|||
Loading…
Reference in a new issue