Skip to content

Commit

Permalink
flaky fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Dec 2, 2024
1 parent 91c09ff commit b5ffcc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stix2/test/v21/test_datastore_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def test_filesystem_source_bad_stix_file(fs_source, bad_stix_files):
except STIXError as e:
assert "Can't parse object with no 'type' property" in str(e)


def test_filesystem_sink_add_pretty_true(fs_sink, fs_source):
"""Test adding a STIX object with pretty=True."""
camp1 = stix2.v21.Campaign(
Expand All @@ -169,6 +170,7 @@ def test_filesystem_sink_add_pretty_true(fs_sink, fs_source):

os.remove(filepath)


def test_filesystem_sink_add_pretty_false(fs_sink, fs_source):
"""Test adding a STIX object with pretty=False."""
camp1 = stix2.v21.Campaign(
Expand Down

0 comments on commit b5ffcc1

Please sign in to comment.