fix tests
This commit is contained in:
parent
c3be5cf58c
commit
02b86d39a4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ describe 'Admin uses repository checks' do
|
|||
end
|
||||
|
||||
it 'to clear all repository checks', :js do
|
||||
visit admin_application_settings_path
|
||||
visit repository_admin_application_settings_path
|
||||
|
||||
expect(RepositoryCheck::ClearWorker).to receive(:perform_async)
|
||||
|
||||
|
|
Loading…
Reference in a new issue