diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 565742e..e99ad6e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -14,5 +14,5 @@ mp.jwt.verify.issuer=https://tavolio.de %dev.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=iam # IAM Superuser -%dev.iam.user.name=tavolio -%dev.iam.user.password=tavolio \ No newline at end of file +%test,dev.iam.user.name=tavolio +%test,dev.iam.user.password=tavolio \ No newline at end of file diff --git a/src/test/java/de/tavolio/account/AccountResourceTest.java b/src/test/java/de/tavolio/account/AccountResourceTest.java index dc2b619..c5d351f 100644 --- a/src/test/java/de/tavolio/account/AccountResourceTest.java +++ b/src/test/java/de/tavolio/account/AccountResourceTest.java @@ -69,7 +69,7 @@ public class AccountResourceTest // when Response response = when() - .get("accounts") + .get("/accounts/66609092-6c98-4466-af52-9a3e9d633108") .then() .extract() .response();