Skip to content

Commit

Permalink
Allow for another name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 29, 2024
1 parent 4379c9e commit 0adcf4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spec/lib/mail/mlist_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0adcf4a

Please sign in to comment.