Skip to content

Commit 101b61f

Browse files
authored
fix: UT's (#5083)
1 parent 138486a commit 101b61f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "keep"
3-
version = "0.45.7"
3+
version = "0.45.8"
44
description = "Alerting. for developers, by developers."
55
authors = ["Keep Alerting LTD"]
66
packages = [{include = "keep"}]

tests/test_workflows.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from keep.functions import cyaml
1010
from keep.parser.parser import Parser
1111
from keep.workflowmanager.workflowmanager import WorkflowManager
12-
from tests.fixtures.workflow_manager import wait_for_workflow_execution
1312

1413
workflow_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:

0 commit comments

Comments
 (0)