diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index 204762040d..36f50428e6 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -535,6 +535,7 @@ class NeonProject: # So, we delete parent_id new_branch_def["branch"].pop("parent_id") new_branch = NeonBranch(self, new_branch_def) + log.info("Restored snapshot to the branch: %s", new_branch) target_branch_def = self.neon_api.get_branch_details(self.id, target_branch.id) if "name" in target_branch_def["branch"]: target_branch.name = target_branch_def["branch"]["name"]