-
Notifications
You must be signed in to change notification settings - Fork 16
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: incorrect espresso and xcuitest flags #999
Conversation
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.
Shouldn't
saucectl/internal/config/config.go
Line 218 in fca048e
GroupFolderRedirect bool `yaml:"groupDirectory,omitempty" json:"groupDirectory"` |
saucectl/internal/job/options.go
Line 122 in fca048e
GroupFolderRedirect bool `json:"group_directory,omitempty"` |
GroupDirectory
then as well?
Yes. That name do convert to the correct value during serialization but for consistency, I also renamed the golang name. 👍 |
Description
Follow up PR to address missing review items in the original instrumentation update