mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-08 06:19:13 +00:00
Update test_runner/regress/test_tenants.py
Co-authored-by: Alexander Bayandin <alexander@neon.tech>
This commit is contained in:
co-authored by
Alexander Bayandin
parent
38602ef580
commit
52e8c3c98f
@@ -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