diff --git a/stix2/test/test_observed_data.py b/stix2/test/test_observed_data.py index 1242728..11c74ca 100644 --- a/stix2/test/test_observed_data.py +++ b/stix2/test/test_observed_data.py @@ -801,7 +801,7 @@ RASTER_IMAGE_EXT = """{ def test_raster_image_ext_parse(): - obj = stix2.parse(RASTER_IMAGE_EXT, allow_custom=False) + obj = stix2.parse(RASTER_IMAGE_EXT) assert obj.objects["0"].extensions['raster-image-ext'].image_width == 1024