Write tests for SigningRequestDocumentController.patchSigningRequestDocument

This commit is contained in:
2025-02-01 09:59:07 +01:00
parent 499735222d
commit 04ccd6d686
3 changed files with 122 additions and 3 deletions

View File

@ -125,6 +125,12 @@
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.instancio</groupId>
<artifactId>instancio-junit</artifactId>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>