✅ Fix tests
This commit is contained in:
parent
8c99a7b46a
commit
13d91b9d4e
@ -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
|
||||
%test,dev.iam.user.name=tavolio
|
||||
%test,dev.iam.user.password=tavolio
|
||||
@ -69,7 +69,7 @@ public class AccountResourceTest
|
||||
|
||||
// when
|
||||
Response response = when()
|
||||
.get("accounts")
|
||||
.get("/accounts/66609092-6c98-4466-af52-9a3e9d633108")
|
||||
.then()
|
||||
.extract()
|
||||
.response();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user