File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -662,14 +662,10 @@ def validate_observation(self, observation_payload) -> []:
662662 too_is_valid = self .swift_api .too .validate ()
663663 logger .debug (f'validate_observation response: { too_is_valid } ' )
664664
665- # TODO: at the moment, too.server_validate() is timing out, so by-pass this
666- # while we proceed with development.
667- #if too_is_valid:
668- # # if the too was internally valid, now validate with the server
669- # logger.debug(f'validate_observation - calling too.server_validate()')
670- # too_is_server_valid = self.swift_api.too.server_validate()
671- too_is_server_valid = True # in lieu of calling too.server_validate()
672-
665+ if too_is_valid :
666+ # if the too was internally valid, now validate with the server
667+ logger .debug (f'validate_observation - calling too.server_validate()' )
668+ too_is_server_valid = self .swift_api .too .server_validate ()
673669
674670 #logger.debug(f'validate_observation - too.status: {self.swift_api.too.status}')
675671 ##logger.debug(f'validate_observation - dir(too.status): {dir(self.swift_api.too.status)}')
You can’t perform that action at this time.
0 commit comments