14717: Fixups since tests now use config.yml
[arvados.git] / apps / workbench / test / integration / jobs_test.rb
index bf48d88cf3f754455d9902727c3b91f4806672d1..5dcdab748f6b1631d722850eca3295315c10ab0a 100644 (file)
@@ -8,8 +8,6 @@ require 'tmpdir'
 require 'integration_helper'
 
 class JobsTest < ActionDispatch::IntegrationTest
-  include KeepWebConfig
-
   setup do
       need_javascript
   end
@@ -44,7 +42,7 @@ class JobsTest < ActionDispatch::IntegrationTest
     use_keep_web_config
 
     # This config will be restored during teardown by ../test_helper.rb:
-    Rails.configuration.log_viewer_max_bytes = 100
+    Rails.configuration.Workbench.LogViewerMaxBytes = 100
 
     logdata = fakepipe_with_log_data.read
     job_uuid = api_fixture('jobs')['running']['uuid']