mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
Fix test one last time
This commit is contained in:
committed by
Sasha Krassovsky
parent
55bfa91bd7
commit
0a7e050144
@@ -22,7 +22,7 @@ def test_migrations(neon_simple_env: NeonEnv):
|
||||
|
||||
with open(log_path, "r") as log_file:
|
||||
logs = log_file.read()
|
||||
assert "INFO start_compute:apply_config:handle_migrations: Ran 2 migrations" in logs
|
||||
assert "INFO handle_migrations: Ran 2 migrations" in logs
|
||||
|
||||
endpoint.stop()
|
||||
endpoint.start()
|
||||
@@ -34,4 +34,4 @@ def test_migrations(neon_simple_env: NeonEnv):
|
||||
|
||||
with open(log_path, "r") as log_file:
|
||||
logs = log_file.read()
|
||||
assert "INFO start_compute:apply_config:handle_migrations: Ran 0 migrations" in logs
|
||||
assert "INFO handle_migrations: Ran 0 migrations" in logs
|
||||
|
||||
Reference in New Issue
Block a user