Remove at_least_one=False from Artifact SCO

master
Desai, Kartikey H 2019-09-18 10:56:42 -04:00
parent 3b1c922ba6
commit f241ed5c6c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Artifact(_Observable):
def _check_object_constraints(self):
super(Artifact, self)._check_object_constraints()
self._check_mutually_exclusive_properties(['payload_bin', 'url'], at_least_one=False)
self._check_mutually_exclusive_properties(['payload_bin', 'url'])
self._check_properties_dependency(['hashes'], ['url'])