We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dac99 commit 29dc4dbCopy full SHA for 29dc4db
src/test/java/co/zeroae/gate/AppTest.java
@@ -175,7 +175,6 @@ public void testCacheCoherenceWithContentType() {
175
input.getHeaders().put("Content-Type", "text/json");
176
177
final APIGatewayProxyResponseEvent wikiResult = app.handleRequest(input, context);
178
- assertNotEquals(result.getBody(), wikiResult.getBody());
179
assertEquals("MISS", wikiResult.getHeaders().get("x-zae-gate-cache"));
180
}
181
0 commit comments