mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 23:28:26 +02:00
Linting issues
This commit is contained in:
parent
f4b7dd6518
commit
2adc62c8d4
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ def test_import_files_skip_if_path_already_imported(factories, mocker):
|
|||
)
|
||||
|
||||
call_command(
|
||||
"import_files", str(library.uuid), path, async=False, interactive=False
|
||||
"import_files", str(library.uuid), path, async_=False, interactive=False
|
||||
)
|
||||
assert library.uploads.count() == 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue