mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:19:24 +02:00
See #272: linting and changelog
This commit is contained in:
parent
ac4bba816d
commit
bcd22eb38c
6 changed files with 39 additions and 29 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