Fix - {diff} and {diff_full} notifications tokens were not always including the full output

This commit is contained in:
dgtlmoon
2022-03-29 19:18:26 +02:00
committed by GitHub
parent 334010025f
commit 082634f851
6 changed files with 34 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ def test_check_notification(client, live_server):
# Diff was correctly executed
assert "Diff Full: Some initial text" in notification_submission
assert "Diff: (changed) Which is across multiple lines" in notification_submission
assert "(-> into) which has this one new line" in notification_submission
assert "(into ) which has this one new line" in notification_submission
if env_base_url: