From f9bdc030e87bb7a8a1feaf086ffe388243463def Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Sun, 20 Nov 2022 02:37:15 +0200 Subject: [PATCH] Fix python formatting failure --- test_runner/regress/test_remote_storage.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test_runner/regress/test_remote_storage.py b/test_runner/regress/test_remote_storage.py index 07f01bf78e..80f9215a96 100644 --- a/test_runner/regress/test_remote_storage.py +++ b/test_runner/regress/test_remote_storage.py @@ -135,7 +135,9 @@ def test_remote_storage_backup_and_restore( env.pageserver.start() # ensure that an initiated attach operation survives pageserver restart - with pytest.raises(Exception, match=r".*(tenant already exists|attach is already in progress).*"): + with pytest.raises( + Exception, match=r".*(tenant already exists|attach is already in progress).*" + ): client.tenant_attach(tenant_id) log.info("waiting for timeline redownload") wait_until(