-
Notifications
You must be signed in to change notification settings - Fork 398
[synthetics_test] Fix provider crash due to absent 'relative_position' in config #3067
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
[synthetics_test] Fix provider crash due to absent 'relative_position' in config #3067
Conversation
update cassette
fa54e66
to
bb12393
Compare
/merge |
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
devflow unqueued this merge request: It did not become mergeable within the expected time |
/merge |
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
[email protected] unqueued this merge request |
/remove |
View all feedbacks in Devflow UI.
|
bb12393
to
1eec71e
Compare
/merge |
View all feedbacks in Devflow UI.
The expected merge time in
|
The provider would encounter a panic error if
relative_position
for mobile test was empty or not present in the configuration.This PR resolves that issue.