Skip to content

Commit c45f6ca

Browse files
committed
update test for change in param
1 parent a86b5d2 commit c45f6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/requests/models_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215

216216
let(:params) do
217217
{
218-
commit: I18n.t("models.bulk_edit.update_all"),
218+
update_all: I18n.t("models.bulk_edit.update_all"),
219219
new_library_id: new_library.id,
220220
tag: [tag.name]
221221
}

0 commit comments

Comments
 (0)