Skip to content

Commit

Permalink
SCAN_BACKLOG_RUNNER_DELAY: 5 pt-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 12, 2023
1 parent 85aa32e commit bffb6c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/test_backlog_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ async def test_01(kapitsj_mock: Mock, server: Callable[[], RestClient]) -> None:
# need a rest route for seeing backlog


@mock.patch(
"skydriver.config.ENV.SCAN_BACKLOG_RUNNER_DELAY",
new_callable=mock.PropertyMock,
)
@mock.patch("skydriver.k8s.utils.KubeAPITools.start_job")
async def test_10(
kapitsj_mock: Mock,
Expand Down

0 comments on commit bffb6c4

Please sign in to comment.