@@ -287,15 +287,14 @@ def test_merge_pr_has_non_breaking_change(
287287 assert GithubCheckStatus (prod_plan_preview_checks_runs [1 ]["status" ]).is_in_progress
288288 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
289289 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
290- expected_prod_plan_summary = """**Summary of differences from `prod`:**
291-
290+ expected_prod_plan_summary = """\n **Summary of differences from `prod`:**
292291
293292**Directly Modified:**
294293- `sushi.waiter_revenue_by_day`
295294```diff
296- ---
295+ ---
297296
298- +++
297+ +++
299298
300299@@ -16,7 +16,8 @@
301300
@@ -484,15 +483,14 @@ def test_merge_pr_has_non_breaking_change_diff_start(
484483 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
485484 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
486485 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
487- expected_prod_plan = """**Summary of differences from `prod`:**
488-
486+ expected_prod_plan = """\n **Summary of differences from `prod`:**
489487
490488**Directly Modified:**
491489- `sushi.waiter_revenue_by_day`
492490```diff
493- ---
491+ ---
494492
495- +++
493+ +++
496494
497495@@ -16,7 +16,8 @@
498496
@@ -992,15 +990,14 @@ def test_no_merge_since_no_deploy_signal(
992990 assert GithubCheckStatus (prod_plan_preview_checks_runs [1 ]["status" ]).is_in_progress
993991 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
994992 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
995- expected_prod_plan = """**Summary of differences from `prod`:**
996-
993+ expected_prod_plan = """\n **Summary of differences from `prod`:**
997994
998995**Directly Modified:**
999996- `sushi.waiter_revenue_by_day`
1000997```diff
1001- ---
998+ ---
1002999
1003- +++
1000+ +++
10041001
10051002@@ -16,7 +16,8 @@
10061003
@@ -1173,15 +1170,14 @@ def test_no_merge_since_no_deploy_signal_no_approvers_defined(
11731170 assert GithubCheckStatus (prod_plan_preview_checks_runs [1 ]["status" ]).is_in_progress
11741171 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
11751172 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
1176- expected_prod_plan = """**Summary of differences from `prod`:**
1177-
1173+ expected_prod_plan = """\n **Summary of differences from `prod`:**
11781174
11791175**Directly Modified:**
11801176- `sushi.waiter_revenue_by_day`
11811177```diff
1182- ---
1178+ ---
11831179
1184- +++
1180+ +++
11851181
11861182@@ -16,7 +16,8 @@
11871183
@@ -1343,15 +1339,14 @@ def test_deploy_comment_pre_categorized(
13431339 assert GithubCheckStatus (prod_plan_preview_checks_runs [1 ]["status" ]).is_in_progress
13441340 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
13451341 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
1346- expected_prod_plan = """**Summary of differences from `prod`:**
1347-
1342+ expected_prod_plan = """\n **Summary of differences from `prod`:**
13481343
13491344**Directly Modified:**
13501345- `sushi.waiter_revenue_by_day`
13511346```diff
1352- ---
1347+ ---
13531348
1354- +++
1349+ +++
13551350
13561351@@ -16,7 +16,8 @@
13571352
@@ -1682,15 +1677,14 @@ def test_overlapping_changes_models(
16821677 assert GithubCheckStatus (prod_plan_preview_checks_runs [1 ]["status" ]).is_in_progress
16831678 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
16841679 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
1685- expected_prod_plan_summary = """**Summary of differences from `prod`:**
1686-
1680+ expected_prod_plan_summary = """\n **Summary of differences from `prod`:**
16871681
16881682**Directly Modified:**
16891683- `sushi.customers`
16901684```diff
1691- ---
1685+ ---
16921686
1693- +++
1687+ +++
16941688
16951689@@ -25,7 +25,8 @@
16961690
@@ -1877,8 +1871,7 @@ def test_pr_delete_model(
18771871 == """<table><thead><tr><th colspan="3">PR Environment Summary</th></tr><tr><th>Model</th><th>Change Type</th><th>Dates Loaded</th></tr></thead><tbody><tr><td>"memory"."sushi"."top_waiters"</td><td>Breaking</td><td>REMOVED</td></tr></tbody></table>"""
18781872 )
18791873
1880- expected_prod_plan_summary = """**Summary of differences from `prod`:**
1881-
1874+ expected_prod_plan_summary = """\n **Summary of differences from `prod`:**
18821875
18831876**Removed Models:**
18841877- `sushi.top_waiters`
0 commit comments