fix-tests-cleanup

Former-commit-id: 62cda5c0cb
This commit is contained in:
Tour
2025-12-08 05:37:29 +01:00
parent 270df601d2
commit efc6b7ac21
22 changed files with 816 additions and 1386 deletions

View File

@@ -175,6 +175,12 @@
</dependency>
<!-- Mockito for mocking in tests -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-mockito</artifactId>
<version>3.30.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>