Skip to content

Commit

Permalink
feat: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 24, 2024
1 parent 9e12b02 commit 2026040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
)
from keep.api.models.db.alert import Alert
from keep.api.utils.enrichment_helpers import convert_db_alerts_to_dto_alerts
from tests.fixtures.client import client, test_app # noqa


def test_get_alerts_data_for_incident(db_session, setup_stress_alerts_no_elastic):
Expand Down
1 change: 1 addition & 0 deletions tests/test_workflow_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from keep.api.models.alert import AlertDto, AlertStatus, IncidentDto
from keep.api.models.db.workflow import Workflow
from keep.workflowmanager.workflowmanager import WorkflowManager
from tests.fixtures.client import client, test_app # noqa

# This workflow definition is used to test the execution of workflows based on alert firing times.
# It defines two actions:
Expand Down

0 comments on commit 2026040

Please sign in to comment.