fixed indentation

stix2.1
= 2017-05-31 09:47:36 -04:00
parent 03f9af4b96
commit 6c3a689f02
1 changed files with 107 additions and 112 deletions

View File

@ -7,9 +7,6 @@ from stix2.sources import taxii
#Data Source (common API)
#TAXII
def test_ds_taxii():
ds = taxii.TAXIIDataSource()
@ -70,7 +67,7 @@ def test_parse_taxii_filters():
assert taxii_filters == expected_params
def test_add_get_filter():
def test_add_get_remove_filter():
class dummy(object):
x = 4
@ -122,6 +119,7 @@ def test_add_get_filter():
]
ds = taxii.TAXIIDataSource()
#add
ids, statuses = ds.add_filter(filters)
#7 filters should have been successfully added
@ -139,9 +137,6 @@ def test_add_get_filter():
#File
'''