mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Fix tests
This commit is contained in:
parent
a843a016a0
commit
6f1f6e297c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ describe AssetsController, type: :controller do
|
|||
let(:step_asset_in_repository) { create :step_asset, step: step_in_repository, asset: asset }
|
||||
|
||||
describe 'POST start_edit' do
|
||||
let(:action) { post :start_edit, params: params, format: :json }
|
||||
let(:action) { post :create_start_edit_image_activity, params: params, format: :json }
|
||||
let!(:params) do
|
||||
{ id: nil }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue