mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
Cleanup - remove unused import, print statement
This commit is contained in:
parent
238840822d
commit
eb615012af
@ -1,8 +1,6 @@
|
||||
import os
|
||||
from io import BytesIO
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from tests.base_test import BaseTest
|
||||
from crc.services.workflow_processor import WorkflowProcessor
|
||||
from crc.services.workflow_service import WorkflowService
|
||||
@ -65,8 +63,6 @@ class TestJinjaService(BaseTest):
|
||||
self.assertIn("My Email Subject", workflow_api.next_task.documentation)
|
||||
self.assertIn("user@example.com", workflow_api.next_task.documentation)
|
||||
|
||||
print(f'test_jinja_service_email: {workflow_api.next_task.data}')
|
||||
|
||||
def test_jinja_service_tools_markdown(self):
|
||||
template = "This is my template. {% include 'include_me' %} Was something included?"
|
||||
data = {"name": "World",
|
||||
|
Loading…
x
Reference in New Issue
Block a user