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

Fixes for 881 - multiple specs w/validateRequests fail #903

Merged
merged 3 commits into from Feb 10, 2024

Commits on Feb 8, 2024

  1. Adds serial number to loaded api spec

    Uses serial number to detect if a response validation occurs in the correct ResponseValidator context
    
    Tests pass
    mzbik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    63fe01a View commit details
    Browse the repository at this point in the history
  2. Fixes cut/paste typos

    mzbik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    622a6c1 View commit details
    Browse the repository at this point in the history
  3. Adds typing of pContext

    Extracts serial from context (follows convention of code)
    
    Fixes typos
    
    Tests pass
    mzbik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3febdb8 View commit details
    Browse the repository at this point in the history