Appease the dog overlords

This commit is contained in:
Andreas Nedbal 2022-07-02 14:52:16 +02:00
parent 0ed0d34682
commit 2d77a40548
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ describe Settings::ExportController, type: :controller do
subject
expect(ExportWorker).to have_enqueued_sidekiq_job(user.id)
end
it "redirects to the export page" do
subject
expect(response).to redirect_to(:settings_export)