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: move trigger state check to post process run and fix small issues #3137

Merged
merged 3 commits into from Sep 8, 2023

Conversation

mathnogueira
Copy link
Member

This PR...

Changes

Fixes

Checklist

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

@@ -28,7 +28,7 @@ components:
type: object
properties:
id:
type: string
type: integer
Copy link
Member Author

Choose a reason for hiding this comment

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

I was getting an error using the tracetest client because of this.

@@ -15,7 +15,7 @@ type (

TriggerResult struct {
Type TriggerType `json:"type"`
HTTP *HTTPResponse `json:"httpRequest,omitempty"`
HTTP *HTTPResponse `json:"http,omitempty"`
Copy link
Member Author

Choose a reason for hiding this comment

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

httpRequest is only used in Trigger, here is the response.

@mathnogueira mathnogueira merged commit 8489e0d into main Sep 8, 2023
31 checks passed
@mathnogueira mathnogueira deleted the feat/post-process-run branch September 8, 2023 20:38
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

2 participants