Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed May 22, 2024
1 parent b4dece0 commit cb3b65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integration-tests/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
quarkus.statiq.fixed=/,/static/**,/assets/**,/some-page
quarkus.management.enabled=true
%dev.quarkus.management.enabled=false
%dev.quarkus.management.enabled=false
quarkus.management.test-port=9000
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void testHelloEndpoint() {
@Test
public void testGenerate() {
given()
.baseUri("http://localhost:9001")
.baseUri("http://localhost:9000")
.when().get("/q/statiq/generate")
.then()
.statusCode(200)
Expand Down

0 comments on commit cb3b65d

Please sign in to comment.