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

[Go] e2e test for reflection API #551

Merged
merged 6 commits into from
Jul 12, 2024
Merged

[Go] e2e test for reflection API #551

merged 6 commits into from
Jul 12, 2024

Commits on Jul 11, 2024

  1. [Go] e2e test for reflection API

    Write a Go test that uses the yaml file for reflection API tests
    from #549.
    
    Currently, the api/actions test fails because the schemas
    are very different between Go and JS.
    jba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8e6d97f View commit details
    Browse the repository at this point in the history
  2. reviewer comments

    jba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6335918 View commit details
    Browse the repository at this point in the history
  3. skip broken test

    jba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    55655e1 View commit details
    Browse the repository at this point in the history
  4. format

    jba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    01e5dc6 View commit details
    Browse the repository at this point in the history
  5. doc tweak

    jba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2cb55d6 View commit details
    Browse the repository at this point in the history
  6. use json.Number

    jba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8ebccaa View commit details
    Browse the repository at this point in the history