See #272: linting and changelog

This commit is contained in:
Eliot Berriot 2018-10-26 15:44:54 +02:00
parent ac4bba816d
commit bcd22eb38c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 39 additions and 29 deletions

View file

@ -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