spec: Make the developer key grant "show feature flags" permission
test plan: - tests pass Change-Id: I4126ca3ef146358fd630eabe29da2682c44bd7af Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/215958 Reviewed-by: Marc Phillips <mphillips@instructure.com> Tested-by: Jenkins QA-Review: Tucker Mcknight <tmcknight@instructure.com> Product-Review: Tucker Mcknight <tmcknight@instructure.com>
This commit is contained in:
parent
e55ab7a78b
commit
40dac24451
|
@ -45,6 +45,7 @@ Pact.provider_states_for PactConfig::Consumers::ALL do
|
|||
"https://canvas.instructure.com/lti/data_services/scope/list",
|
||||
"https://canvas.instructure.com/lti/data_services/scope/destroy",
|
||||
"https://canvas.instructure.com/lti/data_services/scope/list_event_types",
|
||||
"https://canvas.instructure.com/lti/feature_flags/scope/show",
|
||||
]
|
||||
)
|
||||
allow_any_instance_of(Canvas::Oauth::Provider).
|
||||
|
|
Loading…
Reference in New Issue