update test after merge, formatting
parent
88b883c91d
commit
de478df687
|
@ -234,6 +234,7 @@ class STIXDeprecationWarning(DeprecationWarning):
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class SemanticEquivalenceUnsupportedTypeError(STIXError, TypeError):
|
class SemanticEquivalenceUnsupportedTypeError(STIXError, TypeError):
|
||||||
"""STIX object type not supported by the semantic equivalence approach."""
|
"""STIX object type not supported by the semantic equivalence approach."""
|
||||||
|
|
||||||
|
|
|
@ -650,6 +650,8 @@ def test_semantic_equivalence_zero_match():
|
||||||
IND_KWARGS = dict(
|
IND_KWARGS = dict(
|
||||||
indicator_types=["APTX"],
|
indicator_types=["APTX"],
|
||||||
pattern="[ipv4-addr:value = '192.168.1.1']",
|
pattern="[ipv4-addr:value = '192.168.1.1']",
|
||||||
|
pattern_type="stix",
|
||||||
|
valid_from="2019-01-01T12:34:56Z",
|
||||||
)
|
)
|
||||||
weights = {
|
weights = {
|
||||||
"indicator": {
|
"indicator": {
|
||||||
|
|
Loading…
Reference in New Issue