summaryrefslogtreecommitdiff
path: root/src/integrationTest
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-03-10 09:01:58 +0100
committerGitHub2026-03-10 08:01:58 +0000
commit1a0011765fa2d34f7d0075f463beb9e614ec8812 (patch)
treefb55eb32700d21c3ab6da5b1e68c07a7e21e4014 /src/integrationTest
parent48f6124e2cc27476dba8ebfb398c1b4ad8875164 (diff)
feat: request update audit (#258)
This adds the date and username when a request gets updated. If the request gets updated by an async Kafka response, "SYSTEM" will be used as username.
Diffstat (limited to 'src/integrationTest')
-rw-r--r--src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt b/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt
index 2a8ce81..fdc2066 100644
--- a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt
+++ b/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/HomeControllerTest.kt
@@ -166,7 +166,7 @@ class HomeControllerTest {
RequestStatus.SUCCESS,
Tan.empty(),
Instant.now(),
- Report("Test"),
+ report = Report("Test"),
)
)
)