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

@@ -8,6 +8,7 @@ plugins {
}
dependencies {
implementation(hlaeja.fasterxml.jackson.module.kotlin)
implementation(hlaeja.kotlin.logging)
implementation(hlaeja.kotlin.reflect)
implementation(hlaeja.kotlinx.coroutines)