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 environment tracetest tests #1450

Merged
merged 2 commits into from
Nov 2, 2022
Merged

fix environment tracetest tests #1450

merged 2 commits into from
Nov 2, 2022

Conversation

mathnogueira
Copy link
Member

This PR...

Changes

Fixes

Checklist

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

@mathnogueira mathnogueira marked this pull request as ready for review November 2, 2022 15:30
@@ -596,7 +596,7 @@ func (c *controller) executeTest(ctx context.Context, test model.Test, runInfo o
}

res := openapi.ExecuteDefinitionResponse{
Id: test.ID.String(),
Id: testID.String(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before this, ID was empty if the definition file didn't have the id in it.

@mathnogueira mathnogueira merged commit ef2d6d9 into main Nov 2, 2022
@mathnogueira mathnogueira deleted the fix/test-run branch November 2, 2022 15:35
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