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

The Hub UT framework should send what it received #206

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 19, 2024

  1. Have the Hub UT framework send what it received

    Before this commit the UT framework would send the registered operation.
    This was not useful for unit tests as it is those same tests that
    registered the operation, so they are aware of what it is.  What is the
    tests need is for the framework to send the actual received GraphQL
    request so that it can be verified. This commit does this.
    
    Signed-off-by: Marc Khouzam <[email protected]>
    marckhouzam committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2b714a1 View commit details
    Browse the repository at this point in the history