mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Add test for updating domain pw #2833
This commit is contained in:
parent
3c934d70e8
commit
8b5428fa3b
2 changed files with 18 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
TEST_EMAILS =
|
||||
TEST_EMAILS =
|
||||
if Rails.env.test?
|
||||
%w(
|
||||
test@example.com
|
||||
|
@ -9,5 +9,6 @@ TEST_EMAILS =
|
|||
new@example.com
|
||||
)
|
||||
else
|
||||
ENV['whitelist_emails_for_staging'] ||= ''
|
||||
ENV['whitelist_emails_for_staging'].split(',').map(&:strip)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue