-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Tests that Use Local Tokens to Actually Hit the Dev Server and Lis Server #1096
Comments
Updated Api tests have been included in PR #1104, which tests the following: -test_process_response_success: Validates that the process_response method correctly handles successful HTTP responses by returning the expected JSON data. Note: The objective of these tests is also to assess how the server behaves and responds, ensuring that we are informed of any changes from the server end. Since potential changes are already accommodated through error handling in the code, there is no need to hit the actual servers. |
Description
Implementation Considerations
Deliverable
Dependencies
depends on #
Acceptance Criteria
The text was updated successfully, but these errors were encountered: