Use wiremock to test HTTP client

pull/140/head
Richard Körber 2023-04-23 22:43:18 +02:00
parent aeb68c0cb4
commit d6296111f7
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
2 changed files with 397 additions and 574 deletions

View File

@ -226,5 +226,11 @@
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.35.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>