Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Jan 6, 2025
1 parent bd59e8b commit 7adb10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_workflow_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ def test_workflow_execution_logs(
with patch(
"keep.contextmanager.contextmanager.WorkflowLoggerAdapter",
side_effect=fake_workflow_adapter,
), patch("keep.api.logging.RUNNING_IN_CLOUD_RUN", value=True):
):
base_time = datetime.now(tz=pytz.utc)

# Create alerts with specified statuses and timestamps
Expand Down Expand Up @@ -1009,7 +1009,7 @@ def test_workflow_execution_logs_log_level_debug_console_provider(
with patch(
"keep.contextmanager.contextmanager.WorkflowLoggerAdapter",
side_effect=fake_workflow_adapter,
), patch("keep.api.logging.RUNNING_IN_CLOUD_RUN", value=True):
):
base_time = datetime.now(tz=pytz.utc)

# Create alerts with specified statuses and timestamps
Expand Down

0 comments on commit 7adb10c

Please sign in to comment.