Repository: zeppelin Updated Branches: refs/heads/master 32840e656 -> 88637eaa4
[ZEPPELIN-1586][MINOR] add new line char before "[urls]" ### What is this PR for? This is a minor bug fix in ZEPPELIN-1586; add new line char before "[urls]" ### What type of PR is it? [Minor Bug Fix] ### What is the Jira issue? * [ZEPPELIN-1586](https://issues.apache.org/jira/browse/ZEPPELIN-1586) ### How should this be tested? CI should be green. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? N/A * Is there breaking changes for older versions? N/A * Does this needs documentation? N/A Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Closes #2049 from prabhjyotsingh/ZEPPELIN-1586 and squashes the following commits: f7e9c89 [Prabhjyot Singh] add new line char before "[urls]" Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/88637eaa Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/88637eaa Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/88637eaa Branch: refs/heads/master Commit: 88637eaa4eee286689a57cb0053c58f0ef297bfe Parents: 32840e6 Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Authored: Tue Feb 21 13:17:53 2017 +0530 Committer: Prabhjyot Singh <prabhjyotsi...@gmail.com> Committed: Fri Feb 24 12:47:23 2017 +0530 ---------------------------------------------------------------------- .../test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88637eaa/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java ---------------------------------------------------------------------- diff --git a/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java b/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java index fa61fec..99048ee 100644 --- a/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java +++ b/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java @@ -84,7 +84,7 @@ public abstract class AbstractTestRestApi { "role1 = *\n" + "role2 = *\n" + "role3 = *\n" + - "admin = *" + + "admin = *\n" + "[urls]\n" + "/api/version = anon\n" + "/** = authc";