mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add new line char before "[urls]"
This commit is contained in:
parent
7976f5b9ec
commit
f7e9c89bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ public abstract class AbstractTestRestApi {
|
|||
"role1 = *\n" +
|
||||
"role2 = *\n" +
|
||||
"role3 = *\n" +
|
||||
"admin = *" +
|
||||
"admin = *\n" +
|
||||
"[urls]\n" +
|
||||
"/api/version = anon\n" +
|
||||
"/** = authc";
|
||||
|
|
|
|||
Loading…
Reference in a new issue