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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/runtime/application_settings.rb b/qa/qa/runtime/application_settings.rb
index 5aeab922a12..53ed6a9266b 100644
--- a/qa/qa/runtime/application_settings.rb
+++ b/qa/qa/runtime/application_settings.rb
@@ -31,8 +31,8 @@ module QA
# TODO: This class probably needs to be refactored because this method relies on original settings to have been
# populated sometime in the past and there is no guarantee original settings instance variable is still valid
- def restore_application_settings(*application_settings_keys)
- set_application_settings(**@original_application_settings.slice(*application_settings_keys))
+ def restore_application_settings(...)
+ set_application_settings(**@original_application_settings.slice(...))
end
private