chore: rename ImportExport module to Import
This commit is contained in:
parent
ce542eae3e
commit
b18f895939
10 changed files with 161 additions and 197 deletions
|
|
@ -42,7 +42,7 @@ defmodule MvWeb.GlobalSettingsLiveConfigTest do
|
|||
# Arrange: Set custom row limit to 500
|
||||
Application.put_env(:mv, :csv_import, max_rows: 500)
|
||||
|
||||
{:ok, view, _html} = live(conn, ~p"/admin/import-export")
|
||||
{:ok, view, _html} = live(conn, ~p"/admin/import")
|
||||
|
||||
# Generate CSV with 501 rows (exceeding custom limit of 500)
|
||||
header = "first_name;last_name;email;street;postal_code;city\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue