Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed May 28, 2017
1 parent 1f9f364 commit 3724637
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def get_namespace(**kwargs):
defaults = {
'data_path': ssm.DEFAULT_DATA_PATH,
'include_online_only': False,
'profile_stats': False,
'dialect': {},
}
defaults.update(kwargs)
Expand Down Expand Up @@ -88,12 +87,11 @@ def get_namespace(**kwargs):
left='file1',
right='file2')
), (
'--data-path /foo --include-online-only --profile-stats '
'--data-path /foo --include-online-only '
'create testfilename',
get_namespace(
data_path='/foo',
include_online_only=True,
profile_stats=True,
action='create',
func=ssm.create_cmd,
collection='testfilename')
Expand All @@ -103,7 +101,6 @@ def get_namespace(**kwargs):
get_namespace(
data_path=ssm.DEFAULT_DATA_PATH,
include_online_only=False,
profile_stats=False,
dialect={'foo': 'bar', 'baz': 'quux'},
action='create',
func=ssm.create_cmd,
Expand Down

0 comments on commit 3724637

Please sign in to comment.