From a00d4a8d8ca51b7d741705d0712413d2f15b8a77 Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 15 Aug 2023 13:24:23 +0100 Subject: [PATCH] tests: update test_remote_timeline_client_calls_started_metric for deletion queue --- test_runner/regress/test_remote_storage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_runner/regress/test_remote_storage.py b/test_runner/regress/test_remote_storage.py index 7e39b093b7..84ebebdfc3 100644 --- a/test_runner/regress/test_remote_storage.py +++ b/test_runner/regress/test_remote_storage.py @@ -526,7 +526,6 @@ def test_remote_timeline_client_calls_started_metric( calls_started: Dict[Tuple[str, str], List[int]] = { ("layer", "upload"): [0], ("index", "upload"): [0], - ("layer", "delete"): [0], } def fetch_calls_started():