As reported by @aanorbel , the contact user is unable to change the "Experimental" oonirun test
Only admin users are allowed to modify non-webconnectivity tests, this suggests that the issue might be the role configuration of the contact user
See
|
ADMIN_EMAILS = jsonencode([ |
|
"maja@ooni.org", |
|
"arturo@ooni.org", |
|
"jessie@ooni.org", |
|
"mehul@ooni.org", |
|
"norbel@ooni.org", |
|
"maria@ooni.org", |
|
"elizaveta@ooni.org", |
|
"admin+dev@ooni.org", |
As reported by @aanorbel , the contact user is unable to change the "Experimental" oonirun test
Only admin users are allowed to modify non-webconnectivity tests, this suggests that the issue might be the role configuration of the contact user
See
devops/tf/environments/prod/main.tf
Lines 1099 to 1107 in 1812815