Fix tests

This commit is contained in:
andreas.dinauer 2025-09-14 10:26:10 +02:00
parent 8c99a7b46a
commit 13d91b9d4e
2 changed files with 3 additions and 3 deletions

View File

@ -14,5 +14,5 @@ mp.jwt.verify.issuer=https://tavolio.de
%dev.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=iam %dev.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=iam
# IAM Superuser # IAM Superuser
%dev.iam.user.name=tavolio %test,dev.iam.user.name=tavolio
%dev.iam.user.password=tavolio %test,dev.iam.user.password=tavolio

View File

@ -69,7 +69,7 @@ public class AccountResourceTest
// when // when
Response response = when() Response response = when()
.get("accounts") .get("/accounts/66609092-6c98-4466-af52-9a3e9d633108")
.then() .then()
.extract() .extract()
.response(); .response();