Remy Gayet created ZEPPELIN-2320:
------------------------------------
Summary: Fix flaky test in rest api testing
Key: ZEPPELIN-2320
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2320
Project: Zeppelin
Issue Type: Bug
Components: rest-api
Reporter: Remy Gayet
Assignee: Remy Gayet
Priority: Trivial
change if ( p.getTitle() == "titleConfig"){
to if ( p.getTitle().equals("titleConfig")){
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
