Bug 1415868 - fix test-action-callback after rev e2931d904975, r=dustin

MozReview-Commit-ID: LlUQHanvVng
This commit is contained in:
Nick Thomas
2018-06-21 16:15:46 +12:00
parent 97aa04ceca
commit c64930d816

View File

@@ -265,9 +265,6 @@ class MachCommands(MachCommandBase):
help='TaskGroupId to which the action applies')
@CommandArgument('--input', default=None,
help='Action input (.yml or .json)')
@CommandArgument('--task', default=None,
help='Task definition (.yml or .json; if omitted, the task will be'
'fetched from the queue)')
@CommandArgument('callback', default=None,
help='Action callback name (Python function name)')
def test_action_callback(self, **options):