Commit Graph

4 Commits

Author SHA1 Message Date
c7eb3484e6 Authentication integration test
- add end-to-end test AuthenticationEndpoint
- add user-token.data
- add admin-token.data
- add .data to .editorconfig
2025-02-07 14:42:17 +01:00
5951af7d44 use data and reset sql files and some clean up 2025-02-07 14:33:42 +01:00
c08c3cb880 account validation and integration test
- add end-to-end test AccountEndpoint
- update AccountController validation to
  - updateAccount
  - addAccount
2025-02-03 22:41:24 +01:00
a762a05c11 extract accounts and add integration test
- add end-to-end test AccountsEndpoint
- extract get accounts from account.http to accounts.http
- extract get accounts from AccountController to AccountsController
- move spring boot test file to integration test
- add schema.sql
- add dependencies for integration test
2025-02-03 19:51:36 +01:00