summaryrefslogtreecommitdiff
path: root/qa/qa/runtime/application_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/application_settings.rb')
-rw-r--r--qa/qa/runtime/application_settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/runtime/application_settings.rb b/qa/qa/runtime/application_settings.rb
index c78f4258721..428ed20c83f 100644
--- a/qa/qa/runtime/application_settings.rb
+++ b/qa/qa/runtime/application_settings.rb
@@ -33,7 +33,7 @@ module QA
def api_client
@api_client ||= Runtime::API::Client.as_admin
- rescue AuthorizationError => e
+ rescue API::Client::AuthorizationError => e
raise "Administrator access is required to set application settings. #{e.message}"
end
end