Skip to content
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 endpoint changes to query and header options are not detected during testing #244

Open
tazlin opened this issue Sep 15, 2024 · 0 comments
Labels
ci/cd Pertains primarily to the CI/CD process

Comments

@tazlin
Copy link
Member

tazlin commented Sep 15, 2024

The testing suite currently includes resolving the swagger.json to determine valid payloads and responses and uses this to confirm the SDK's API surface is in compliance with the API definitions. However, as I have now realized as of #243, this only extends to the content of the messages and does not include query or header fields.

Resolution would involve modifying the relevant 'api surface' (pytest mark object_verify) tests to include these elements.

@tazlin tazlin added the ci/cd Pertains primarily to the CI/CD process label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Pertains primarily to the CI/CD process
Projects
None yet
Development

No branches or pull requests

1 participant