mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 22:20:37 +00:00
Update test_runner/regress/test_tenants.py
Co-authored-by: Alexander Bayandin <alexander@neon.tech>
This commit is contained in:
@@ -423,5 +423,4 @@ def test_pageserver_create_tenants_fail(
|
||||
with pytest.raises(PageserverApiException, match=f"failpoint: tenant-create-fail"):
|
||||
client.tenant_create(tenant_id)
|
||||
|
||||
path = Path(env.repo_dir) / "tenants" / str(tenant_id)
|
||||
assert not path.exists()
|
||||
assert not (env.repo_dir / "tenants" / str(tenant_id)).exists()
|
||||
|
||||
Reference in New Issue
Block a user