Skip to content

Commit

Permalink
Fix devmode test to use 405
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Mar 20, 2023
1 parent 501f597 commit 09f0024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public void testWebUI() {
.body("{}")
.contentType(ContentType.JSON)
.when().post("/api/something").then()
.statusCode(404);
.statusCode(405);
}
}
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:quarkus-version: 3.0.0.Alpha4
:quarkus-version: 3.0.0.Alpha6
:quarkus-quinoa-version: 1.2.6
:maven-version: 3.8.1+

Expand Down

0 comments on commit 09f0024

Please sign in to comment.