GH-194: Remove unnecessary allow_custom kwarg.

stix2.0
Greg Back 2018-06-21 12:15:28 -05:00
parent 7baeb153fa
commit fdf5937a71
1 changed files with 1 additions and 1 deletions

View File

@ -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