mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
t2500: fix test cases
Since commit eeaa1c3
(Separate text from footer in notification emails,
2020-01-04), information about unsubscribing from notifications is added
in a signature block. Fix the test cases accordingly.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
4ececd6041
commit
d0e5c3db69
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,7 @@ test_expect_success 'Test subject and body of comment notifications.' '
|
||||||
|
|
||||||
This is a test comment.
|
This is a test comment.
|
||||||
|
|
||||||
|
--
|
||||||
If you no longer wish to receive notifications about this package,
|
If you no longer wish to receive notifications about this package,
|
||||||
please go to the package page [2] and select "Disable notifications".
|
please go to the package page [2] and select "Disable notifications".
|
||||||
|
|
||||||
|
@ -126,6 +127,7 @@ test_expect_success 'Test subject and body of update notifications.' '
|
||||||
cat <<-EOD >expected &&
|
cat <<-EOD >expected &&
|
||||||
user [1] pushed a new commit to foobar [2].
|
user [1] pushed a new commit to foobar [2].
|
||||||
|
|
||||||
|
--
|
||||||
If you no longer wish to receive notifications about this package,
|
If you no longer wish to receive notifications about this package,
|
||||||
please go to the package page [2] and select "Disable notifications".
|
please go to the package page [2] and select "Disable notifications".
|
||||||
|
|
||||||
|
@ -264,6 +266,7 @@ test_expect_success 'Test subject and body of merge notifications.' '
|
||||||
cat <<-EOD >expected &&
|
cat <<-EOD >expected &&
|
||||||
user [1] merged foobar [2] into foobar2 [3].
|
user [1] merged foobar [2] into foobar2 [3].
|
||||||
|
|
||||||
|
--
|
||||||
If you no longer wish receive notifications about the new package,
|
If you no longer wish receive notifications about the new package,
|
||||||
please go to [3] and click "Disable notifications".
|
please go to [3] and click "Disable notifications".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue