Skip to content

Commit

Permalink
Some other change
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Sep 4, 2024
1 parent 619f8cd commit 4a96b1c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import static org.citrusframework.container.Async.Builder.async;
import static org.citrusframework.http.actions.HttpActionBuilder.http;
import static org.junit.Assert.assertEquals;

public class TextTestIT extends TestNGCitrusSpringSupport {
@Test
Expand Down Expand Up @@ -44,5 +45,6 @@ public void test(@Optional @CitrusResource TestCaseRunner runner) {
.message()
.contentType(MediaType.TEXT_PLAIN_VALUE)
.body("${body}"));
assertEquals(1, 1);
}
}

0 comments on commit 4a96b1c

Please sign in to comment.