From c310a04c7479224974cfbbdacfdf135084b5767e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Barth Date: Sun, 11 Oct 2015 19:19:48 +0200 Subject: [PATCH] Remove obsolete command about DefaultUndefinedFault (already implemented a few commits ago) --- moto/swf/models/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/moto/swf/models/__init__.py b/moto/swf/models/__init__.py index b1c00738d..16f6c8915 100644 --- a/moto/swf/models/__init__.py +++ b/moto/swf/models/__init__.py @@ -131,9 +131,6 @@ class SWFBackend(BaseBackend): domain = self._get_domain(domain_name) return domain.get_type(kind, name, version) - # TODO: find what triggers a "DefaultUndefinedFault" and implement it - # (didn't found in boto source code, nor in the docs, nor on a Google search) - # (will try to reach support) def start_workflow_execution(self, domain_name, workflow_id, workflow_name, workflow_version, tag_list=None, **kwargs):