add new line char before "[urls]"

This commit is contained in:
Prabhjyot Singh 2017-02-21 13:17:53 +05:30 committed by Prabhjyot Singh
parent 7976f5b9ec
commit f7e9c89bbe

View file

@ -84,7 +84,7 @@ public abstract class AbstractTestRestApi {
"role1 = *\n" +
"role2 = *\n" +
"role3 = *\n" +
"admin = *" +
"admin = *\n" +
"[urls]\n" +
"/api/version = anon\n" +
"/** = authc";