Karishni Govin
01/30/2025, 9:22 AM<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
I have changed it to,
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.10.0</version>
<scope>test</scope>
</dependency>
Now, tests always return a 500 INTERNAL_SERVER_ERROR instead of a 200 or 401. Could you help me with the solution to this issue stated here by du-it I'm facing the same issue - https://github.com/wiremock/wiremock/issues/1928#issuecomment-1653185870Lee Turner
01/30/2025, 9:46 AMIwan
01/31/2025, 8:58 PM