From f392397f9becc9de396471c3c8c40d009867dc3f Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:32:53 -0500 Subject: [PATCH] lint a random file (#2968) --- apps/dashboard/test/system/preset_apps_navbar_test.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/test/system/preset_apps_navbar_test.rb b/apps/dashboard/test/system/preset_apps_navbar_test.rb index 2f6faca3ce..bc0f692025 100644 --- a/apps/dashboard/test/system/preset_apps_navbar_test.rb +++ b/apps/dashboard/test/system/preset_apps_navbar_test.rb @@ -3,7 +3,6 @@ require 'application_system_test_case' class PresetAppsNavbarTest < ApplicationSystemTestCase - def setup OodAppkit.stubs(:clusters).returns(OodCore::Clusters.load_file('test/fixtures/config/clusters.d')) SysRouter.stubs(:base_path).returns(Rails.root.join('test/fixtures/apps')) @@ -18,7 +17,7 @@ def err_header 'save' end - # the best we can do in this test is stub out BatchConnect::Session#stage + # the best we can do in this test is stub out BatchConnect::Session#stage # and verify that the error we threw is on the page. The link at least tries to submit. # TODO: get enough stubs to submit the job and get a 'queued' card to show test 'preset apps in navbars auto launch' do @@ -40,4 +39,4 @@ def err_header verify_bc_alert('sys/preset_app/choice', err_header, err_msg) end -end \ No newline at end of file +end