Real-Dev-Squad / identity-service

Identity based actions for our services
MIT License
5 stars 19 forks source link

added a mock server to use mock server urls instead of live ones #211

Closed rishirishhh closed 3 months ago

rishirishhh commented 3 months ago

Date: 27 05 2024

Developer Name: Kavya Rishi


Issue Ticket Number #125

Description

This pull request introduces improvements to the test suite by mocking external profile verification URLs, ensuring that tests do not rely on live services. The changes include setting up mock HTTP servers to simulate responses from profile verification endpoints and adjusting the test cases to use these mock URLs. This enhancement makes the tests more reliable, faster, and independent of external dependencies.

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Test Coverage

Screenshot 1 The images are attached below ## Additional Notes
rishirishhh commented 3 months ago

Screenshot from 2024-05-27 22-58-30 @iamitprakash