Authentication integration test

- add end-to-end test AuthenticationEndpoint
- add user-token.data
- add admin-token.data
- add .data to .editorconfig
This commit is contained in:
2025-02-07 13:50:37 +01:00
parent 5951af7d44
commit c7eb3484e6
6 changed files with 123 additions and 1 deletions

View File

@@ -195,7 +195,6 @@ class AccountEndpoint {
// then
result.expectStatus().isNotFound
}
}
@Nested