mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
fixed caching of locales/x/plugins.json
This commit is contained in:
@@ -233,6 +233,7 @@ public class I18nServletTest {
|
||||
private void verifyHeaders(HttpServletResponse response) {
|
||||
verify(response).setCharacterEncoding("UTF-8");
|
||||
verify(response).setContentType("application/json");
|
||||
verify(response).setHeader("Cache-Control", "no-cache");
|
||||
}
|
||||
|
||||
public void assertJson(JsonNode actual) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user