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
|
from crc.services.workflow_spec_service import WorkflowSpecService
|
||||||
|
|
||||||
|
|
||||||
class ScriptTemplate(Script):
|
class GetSpecFromID(Script):
|
||||||
|
|
||||||
def get_description(self):
|
def get_description(self):
|
||||||
return """Get workflow spec information from a workflow spec id"""
|
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
|
from crc.services.workflow_spec_service import WorkflowSpecService
|
||||||
|
|
||||||
|
|
||||||
class ScriptTemplate(Script):
|
class GetSpecFromWorkflowID(Script):
|
||||||
|
|
||||||
def get_description(self):
|
def get_description(self):
|
||||||
return """Get a workflow spec, from a workflow id. You must pass in a workflow id."""
|
return """Get a workflow spec, from a workflow id. You must pass in a workflow id."""
|
||||||
|
|
Loading…
Reference in New Issue