From 0adcf4afb8d2761a79bca4943b2c0c99512b729c Mon Sep 17 00:00:00 2001 From: Sebb Date: Wed, 29 May 2024 16:41:54 +0100 Subject: [PATCH] Allow for another name --- lib/spec/lib/mail/mlist_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb index c22a573d24..61f372676a 100644 --- a/lib/spec/lib/mail/mlist_spec.rb +++ b/lib/spec/lib/mail/mlist_spec.rb @@ -104,6 +104,7 @@ expect(list.class).to eq(String) expect(dom).to match(/^[a-z.0-9-]+\.[a-z]+$/) next if list == 'commits.deprecated' # allow for unusual list name + next if list == '_test_ephemeral_' # allow for unusual list name expect(list).to match(/^[a-z0-9-]+$/) end end