Remove now-gone verbosity parameter from test.
This commit is contained in:
parent
856db29180
commit
c5ff08ee25
1 changed files with 1 additions and 2 deletions
|
@ -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('_expand_directories').and_return(('foo', 'bar')).and_return(())
|
||||||
flexmock(module).should_receive('_write_pattern_file').and_return(None)
|
flexmock(module).should_receive('_write_pattern_file').and_return(None)
|
||||||
flexmock(module).should_receive('_make_pattern_flags').and_return(())
|
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',))
|
insert_subprocess_mock(CREATE_COMMAND + ('--read-special',))
|
||||||
|
|
||||||
module.create_archive(
|
module.create_archive(
|
||||||
verbosity=None,
|
|
||||||
dry_run=False,
|
dry_run=False,
|
||||||
repository='repo',
|
repository='repo',
|
||||||
location_config={
|
location_config={
|
||||||
|
|
Loading…
Reference in a new issue