mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
Fix test class names
This commit is contained in:
parent
6ec7241a7b
commit
b20ccf02ae
@ -4,7 +4,7 @@ from crc.scripts.script import Script
|
||||
from crc.services.workflow_spec_service import WorkflowSpecService
|
||||
|
||||
|
||||
class ScriptTemplate(Script):
|
||||
class GetSpecFromID(Script):
|
||||
|
||||
def get_description(self):
|
||||
return """Get workflow spec information from a workflow spec id"""
|
||||
|
@ -5,7 +5,7 @@ from crc.scripts.script import Script
|
||||
from crc.services.workflow_spec_service import WorkflowSpecService
|
||||
|
||||
|
||||
class ScriptTemplate(Script):
|
||||
class GetSpecFromWorkflowID(Script):
|
||||
|
||||
def get_description(self):
|
||||
return """Get a workflow spec, from a workflow id. You must pass in a workflow id."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user