You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: