Skip to content

Commit d8f76f0

Browse files
[client] Atomic compatibility (#17)
Co-authored-by: Samuel Hassine <[email protected]>
1 parent 4805546 commit d8f76f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyobas/contracts/contract_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class Contract:
107107
+ VariableHelper.uri_variables()
108108
)
109109
attack_patterns_external_ids: List[str] = field(default_factory=list)
110+
is_atomic_testing: bool = True
110111
platforms: List[str] = field(default_factory=list)
111112

112113
def add_attack_pattern(self, var: str):

0 commit comments

Comments
 (0)