Pass correct parameter to deckhand_validate_site

Change-Id: I5a01f32f33bbea0ea15808af33d5c2a169a81cb3
This commit is contained in:
Alan Meadows 2018-02-13 09:23:29 -08:00
parent 5d9ad85e53
commit c3c712107f
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class DeckhandOperator(BaseOperator):
# Validate Design using DeckHand
elif self.action == 'deckhand_validate_site_design':
if revision_id:
self.deckhand_validate_site(context,
self.deckhand_validate_site(deckhand_svc_endpoint,
revision_id)
else:
raise AirflowException('Invalid revision ID!')