Update test_compute_restart.py

This commit is contained in:
Konstantin Knizhnik
2024-10-17 14:37:24 +03:00
parent aa3ef2f048
commit 3984b5c03f

View File

@@ -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()