summaryrefslogtreecommitdiffstats
path: root/tests/publishers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/publishers')
-rw-r--r--tests/publishers/fixtures/slack003.xml1
-rw-r--r--tests/publishers/fixtures/slack004.xml1
-rw-r--r--tests/publishers/fixtures/slack004.yaml1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/slack003.xml b/tests/publishers/fixtures/slack003.xml
index 026be446..bb4480e8 100644
--- a/tests/publishers/fixtures/slack003.xml
+++ b/tests/publishers/fixtures/slack003.xml
@@ -13,6 +13,7 @@
<notifyNotBuilt>false</notifyNotBuilt>
<notifyUnstable>false</notifyUnstable>
<notifyFailure>false</notifyFailure>
+ <notifyEveryFailure>false</notifyEveryFailure>
<notifyBackToNormal>false</notifyBackToNormal>
<notifyRegression>false</notifyRegression>
<notifyRepeatedFailure>false</notifyRepeatedFailure>
diff --git a/tests/publishers/fixtures/slack004.xml b/tests/publishers/fixtures/slack004.xml
index 73eb8b68..425b3370 100644
--- a/tests/publishers/fixtures/slack004.xml
+++ b/tests/publishers/fixtures/slack004.xml
@@ -13,6 +13,7 @@
<notifyNotBuilt>true</notifyNotBuilt>
<notifyUnstable>true</notifyUnstable>
<notifyFailure>true</notifyFailure>
+ <notifyEveryFailure>true</notifyEveryFailure>
<notifyBackToNormal>true</notifyBackToNormal>
<notifyRegression>true</notifyRegression>
<notifyRepeatedFailure>true</notifyRepeatedFailure>
diff --git a/tests/publishers/fixtures/slack004.yaml b/tests/publishers/fixtures/slack004.yaml
index bf4d9e1c..d4a36e04 100644
--- a/tests/publishers/fixtures/slack004.yaml
+++ b/tests/publishers/fixtures/slack004.yaml
@@ -11,6 +11,7 @@ publishers:
notify-not-built: True
notify-unstable: True
notify-failure: True
+ notify-every-failure: True
notify-back-to-normal: True
notify-repeated-failure: True
notify-regression: True