diff --git a/test_runner/regress/test_compute_restart.py b/test_runner/regress/test_compute_restart.py index 3db68687e3..2851b0b5e0 100644 --- a/test_runner/regress/test_compute_restart.py +++ b/test_runner/regress/test_compute_restart.py @@ -5,7 +5,7 @@ from fixtures.neon_fixtures import NeonEnv def test_compute_restart(neon_simple_env: NeonEnv): env = neon_simple_env - env.neon_cli.create_branch("publisher") + env.create_branch("publisher") pub = env.endpoints.create("publisher") pub.start()