File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/test/java/eu/openanalytics/shinyproxy/test/api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public void testProxy() {
208208 resp = apiTestHelper .callWithAuth (apiTestHelper .createRequest ("/app_proxy/" + id + "/" ).addHeader ("Accept" , "text/html" ));
209209 resp .assertHtmlSuccess ();
210210 Assertions .assertTrue (resp .body ().contains ("Welcome to nginx!" ));
211- Assertions .assertTrue (resp .body ().endsWith ("<script src='/12021caeaa8e333d7ac0131d8f85062c256dfeb2 /js/shiny.iframe.js'></script>" ));
211+ Assertions .assertTrue (resp .body ().endsWith ("<script src='/661f81a368b017327a11ef85b82c88c1170e627c /js/shiny.iframe.js'></script>" ));
212212
213213 // normal sub-path request
214214 resp = apiTestHelper .callWithAuth (apiTestHelper .createRequest ("/app_proxy/" + id + "/my-path" ));
You can’t perform that action at this time.
0 commit comments