MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_by_ref

Function get_by_ref

st2client/tests/unit/test_workflow.py:54–55  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

52
53
54def get_by_ref(**kwargs):
55 return models.Action(**MOCK_ACTION)
56
57
58class WorkflowCommandTestCase(st2cli_tests.BaseCLITestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected