Skip to content

Commit

Permalink
Update extensions/resteasy-reactive/quarkus-resteasy-reactive/deploym…
Browse files Browse the repository at this point in the history
…ent/src/test/java/io/quarkus/resteasy/reactive/GZipTest.java

Co-authored-by: Stéphane Épardaud <[email protected]>
  • Loading branch information
saumya1singh and FroMage authored May 4, 2021
1 parent a4794ce commit 434587d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class GZipTest {
.addClasses(BeanRegisteringRouteUsingObserves.class));

@Test
public void test() throws Exception {
public void testServerCompression() throws Exception {

RestAssured.given().get("/compression").then().statusCode(200)
.header("content-encoding", "gzip")
Expand Down

0 comments on commit 434587d

Please sign in to comment.