-
Notifications
You must be signed in to change notification settings - Fork 122
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
test: Fix failing e2e test #1186
Conversation
d2d9459
to
1c4e0d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply the suggested comment - it will print out the err and the response.
Approve!
Co-authored-by: MSalopek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for investigating this!
If you want, you could dive into why this needs gas auto
, investigating this might be an admittedly rough way to dive deeper into the Cosmos SDK. I think it's not strictly necessary and I'd be happy with the current state, too.
Thanks for addressing my comments, feel free to merge |
* Tests: Fix failing e2e tests * Update tests/e2e/actions.go Co-authored-by: MSalopek <[email protected]> * chore: appease lint rules * added check error message --------- Co-authored-by: MSalopek <[email protected]>
* Tests: Fix failing e2e tests * Update tests/e2e/actions.go Co-authored-by: MSalopek <[email protected]> * chore: appease lint rules * added check error message --------- Co-authored-by: MSalopek <[email protected]>
Description
Closes: #1167
This PR fixes an error in the e2e test.
When running e2e tests
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...