Skip to content

Commit

Permalink
Fix homes controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
somathias committed Jan 22, 2024
1 parent 30ecca2 commit 97496a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/homes_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class HomesControllerTest < ActionController::TestCase
test 'test title' do
login_as(:quentin)
get :index
assert_select 'title', text: 'Sysmo SEEK', count: 1
assert_select 'title', text: 'SciLifeLab Digital Research Hub', count: 1
end

test 'correct response to unknown action' do
Expand Down

0 comments on commit 97496a2

Please sign in to comment.