Commit 45d260fdb117c9b6f34eccbd1709c42ec4176ad1
1 parent
6fcdc330
Exists in
master
and in
90 other branches
Fix mailman test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/mailman_test.sh
... | ... | @@ -21,7 +21,7 @@ test_mailman_delivery() { |
21 | 21 | } |
22 | 22 | |
23 | 23 | test_mailman_web_interface() { |
24 | - local title="$(curl --silent --fail --location --header 'Host: listas.softwarepublico.dev' http://$integration/ | grep -i '<title>')" | |
24 | + local title="$(curl --location --header 'Host: listas.softwarepublico.dev' http://$integration/mailman/cgi-bin/listinfo | grep -i '<title>')" | |
25 | 25 | assertEquals "<TITLE>listas.softwarepublico.dev Mailing Lists</TITLE>" "$title" |
26 | 26 | } |
27 | 27 | ... | ... |