project-origin / wallet

OpenSource project to create a Wallet to hold Granular Certificates in the registries.
https://project-origin.github.io/docs/wallet
Apache License 2.0
4 stars 1 forks source link

Add WireMockServer for testing external endpoint in SendOverRestToExternalWallet_EndpointNotExisting_404 #376

Closed MartinSchmidt closed 1 week ago

MartinSchmidt commented 1 week ago

This pull request adds a WireMockServer for testing the scenario where the external endpoint does not exist in the SendOverRestToExternalWallet_EndpointNotExisting_404 test case.

The WireMockServer is used to mock the external endpoint and respond with a 404 status code. This ensures that the code handles the scenario correctly.

Previously it used example.com

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud