-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Gauntlet++ Op Client and Op Requests into E2E Integration Tests #548
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit 358cf94.
|
||
type StarknetGauntletPlusPlus struct { | ||
client *g.ClientWithResponses | ||
gr *http.Response |
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.
what's gr
stand for and where is it used? is it the acronym for "gauntlet response"?
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.
Yup. Do you think I should expand it to response
?
return nil | ||
} | ||
|
||
func (sgpp *StarknetGauntletPlusPlus) executeRequestReturnsReport(command string, inputMap map[string]interface{}) (g.Report, error) { |
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.
if you change the parameter to just Request this function can be called executeWithReport
Quality Gate passedIssues Measures |
looks good! now we're just waiting for the github token to pull in the private go modules |
What
Ops are not yet integrated into E2E Test workflow. That will be captured in this ticket: https://smartcontract-it.atlassian.net/jira/software/c/projects/NONEVM/boards/357/backlog?selectedIssue=NONEVM-291
Why:
https://smartcontract-it.atlassian.net/browse/NONEVM-330