diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index ca5d806e06..0d8fad88ee 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -523,7 +523,7 @@ class NeonProject: self, self.neon_api.get_branch_details(self.id, new_branch_def["branch"]["id"]) ) if new_branch.connection_parameters is None: - raise RuntimeError(f"Neon branch {new_branch.id} does not have connection parameters") + raise RuntimeError(f"Neon branch {new_branch.id} does not have connection parameters {new_branch.endpoints}") with psycopg2.connect( host=new_branch.connection_parameters["host"], port=5432,