diff --git a/test_runner/regress/test_migrations.py b/test_runner/regress/test_migrations.py index 44613db9e1..fc26d6a6db 100644 --- a/test_runner/regress/test_migrations.py +++ b/test_runner/regress/test_migrations.py @@ -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