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

fix: fix run id and suite run id to use integer instead of string in openapi spec #3146

Merged
merged 12 commits into from Sep 11, 2023

Conversation

mathnogueira
Copy link
Member

This PR changes the type of TestRun and TestSuiteRun id from string to integer. This was a discrepancy between our specs and our actual api and it was causing issues in some calls in our go client.

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@mathnogueira mathnogueira merged commit 6403f4f into main Sep 11, 2023
38 checks passed
@mathnogueira mathnogueira deleted the fix/test-run-id branch September 11, 2023 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants