mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Fix test again
This commit is contained in:
committed by
Sasha Krassovsky
parent
27587e155d
commit
d90b2b99df
@@ -27,5 +27,5 @@ def test_migrations(neon_simple_env: NeonEnv):
|
||||
log_path = endpoint.endpoint_path() / "compute.log"
|
||||
with open(log_path, "r") as log_file:
|
||||
logs = log_file.read()
|
||||
assert "INFO start_compute:apply_config:handle_migrations: Ran 1 migrations" in logs
|
||||
assert "INFO start_compute:apply_config:handle_migrations: Ran 2 migrations" in logs
|
||||
assert "INFO start_compute:apply_config:handle_migrations: Ran 0 migrations" in logs
|
||||
|
||||
Reference in New Issue
Block a user