X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..7d2f01a15a9e0ecf7bce74e1d271b6fb2993bbc3:/apps/workbench/test/integration/report_issue_test.rb diff --git a/apps/workbench/test/integration/report_issue_test.rb b/apps/workbench/test/integration/report_issue_test.rb index dc898689e5..d2c4372bce 100644 --- a/apps/workbench/test/integration/report_issue_test.rb +++ b/apps/workbench/test/integration/report_issue_test.rb @@ -7,11 +7,11 @@ require 'integration_helper' class ReportIssueTest < ActionDispatch::IntegrationTest setup do need_javascript - @user_profile_form_fields = Rails.configuration.user_profile_form_fields + @user_profile_form_fields = Rails.configuration.Workbench.UserProfileFormFields end teardown do - Rails.configuration.user_profile_form_fields = @user_profile_form_fields + Rails.configuration.Workbench.UserProfileFormFields = @user_profile_form_fields end # test version info and report issue from help menu