mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 13:45:02 +00:00
Fixed failing tests
This commit is contained in:
parent
f57cf1561b
commit
a9b8ec3505
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ namespace NzbDrone.Core.Test.NotificationTests.EmailTests
|
|||
[TestCase("sonarr")]
|
||||
[TestCase("sonarr@sonarr")]
|
||||
[TestCase("email.me")]
|
||||
[Ignore("Allowed coz some email servers allow arbitrary source, we probably need to support 'Name <email>' syntax")]
|
||||
public void should_not_be_valid_if_from_is_invalid(string email)
|
||||
{
|
||||
_emailSettings.From = email;
|
||||
|
|
Loading…
Reference in a new issue