diff --git a/test_runner/fixtures/neon_api.py b/test_runner/fixtures/neon_api.py index a41906c956..c04d4600de 100644 --- a/test_runner/fixtures/neon_api.py +++ b/test_runner/fixtures/neon_api.py @@ -387,6 +387,7 @@ class NeonAPI: } if name is not None: data["name"] = name + log.info("Restore snapshot data: %s", data) resp = self.__request( "POST", f"/projects/{project_id}/snapshots/{snapshot_id}/restore", diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index aa21637159..f897dc3ab7 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -479,8 +479,8 @@ class NeonProject: self.neon_api.restore_snapshot( self.id, snapshot_id, - self.generate_branch_name(), target_branch.id, + self.generate_branch_name(), ) return target_branch