Add 'diff_patch' notification body token - This will allow the diff to be generated in the "unified patch format." (#1765)

This commit is contained in:
Tiago Ilieve
2023-09-07 03:55:06 -03:00
committed by GitHub
parent 8ec50294d2
commit 3b875e5a6a
9 changed files with 45 additions and 14 deletions

View File

@@ -98,6 +98,7 @@ def test_check_notification(client, live_server):
"Diff Added: {{diff_added}}\n"
"Diff Removed: {{diff_removed}}\n"
"Diff Full: {{diff_full}}\n"
"Diff as Patch: {{diff_patch}}\n"
":-)",
"notification_screenshot": True,
"notification_format": "Text"}