From 3984b5c03f35dcca698a34611586528034d45d0b Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 17 Oct 2024 14:37:24 +0300 Subject: [PATCH] Update test_compute_restart.py --- test_runner/regress/test_compute_restart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()