File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " keep"
3- version = " 0.45.7 "
3+ version = " 0.45.8 "
44description = " Alerting. for developers, by developers."
55authors = [" Keep Alerting LTD" ]
66packages = [{include = " keep" }]
Original file line number Diff line number Diff line change 99from keep .functions import cyaml
1010from keep .parser .parser import Parser
1111from keep .workflowmanager .workflowmanager import WorkflowManager
12- from tests .fixtures .workflow_manager import wait_for_workflow_execution
1312
1413workflow_test = """workflow:
1514 name: Alert Simple
@@ -475,7 +474,7 @@ def test_workflow_python(db_session):
475474 with:
476475 imports: random
477476 code: |-
478- random. randint(1, 100)
477+ randint(1, 100)
479478 actions:
480479 - name: random-print
481480 provider:
You can’t perform that action at this time.
0 commit comments