Remove now-gone verbosity parameter from test.

This commit is contained in:
Dan Helfman 2018-09-09 11:14:33 -07:00
parent 856db29180
commit c5ff08ee25
1 changed files with 1 additions and 2 deletions

View File

@ -451,7 +451,7 @@ def test_create_archive_with_one_file_system_calls_borg_with_one_file_system_par
)
def test_create_archive_with_read_special_calls_borg_with_read_special_parameters():
def test_create_archive_with_read_special_calls_borg_with_read_special_parameter():
flexmock(module).should_receive('_expand_directories').and_return(('foo', 'bar')).and_return(())
flexmock(module).should_receive('_write_pattern_file').and_return(None)
flexmock(module).should_receive('_make_pattern_flags').and_return(())
@ -459,7 +459,6 @@ def test_create_archive_with_read_special_calls_borg_with_read_special_parameter
insert_subprocess_mock(CREATE_COMMAND + ('--read-special',))
module.create_archive(
verbosity=None,
dry_run=False,
repository='repo',
location_config={