Refactor: Allow other import files (#1099)

* Rename stimulus controller

* feature: rename raw_csv_str to raw_file_str
This commit is contained in:
Pedro Carmona
2024-08-19 14:25:07 +01:00
committed by GitHub
parent e6528bafec
commit 0c1ff00c1e
16 changed files with 71 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ class ImportJobTest < ActiveJob::TestCase
test "import is published" do
import = imports(:empty_import)
import.update! raw_csv_str: valid_csv_str
import.update! raw_file_str: valid_csv_str
assert import.pending?