Skip to content

Commit

Permalink
Merge pull request #963 from kstekovi/WFLY-19828
Browse files Browse the repository at this point in the history
[WFLY-19828] update default URL fro jta-crash-rec
  • Loading branch information
emmartins authored Oct 8, 2024
2 parents 3109bfe + 3cbd761 commit 24fea0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public class BasicRuntimeIT {

private static final String DEFAULT_SERVER_HOST = "http://localhost:8080/XA";
private static final String DEFAULT_SERVER_HOST = "http://localhost:8080/jta-crash-rec";

@Test
public void testHTTPEndpointIsAvailable() throws IOException, InterruptedException, URISyntaxException {
Expand Down

0 comments on commit 24fea0b

Please sign in to comment.