Add trailing comma expected by the pre-commit hook.
parent
6299ff9b38
commit
12ada44a63
|
@ -175,7 +175,7 @@ def test_granular_marking_mutual_exclusion_error():
|
||||||
stix2.v21.GranularMarking(
|
stix2.v21.GranularMarking(
|
||||||
lang="en",
|
lang="en",
|
||||||
marking_ref=stix2.TLP_GREEN,
|
marking_ref=stix2.TLP_GREEN,
|
||||||
selectors=["foo"]
|
selectors=["foo"],
|
||||||
)
|
)
|
||||||
assert excinfo.value.cls == stix2.v21.GranularMarking
|
assert excinfo.value.cls == stix2.v21.GranularMarking
|
||||||
assert excinfo.value.properties == ["lang", "marking_ref"]
|
assert excinfo.value.properties == ["lang", "marking_ref"]
|
||||||
|
|
Loading…
Reference in New Issue