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(