mirror of
https://github.com/Radarr/Radarr
synced 2026-01-03 22:25:00 +01:00
Remove validation test for From Addresses
This commit is contained in:
parent
74c89e1d44
commit
7410a2db5d
1 changed files with 0 additions and 10 deletions
|
|
@ -61,16 +61,6 @@ public void should_not_be_valid_if_from_is_empty()
|
|||
_validator.Validate(_emailSettings).IsValid.Should().BeFalse();
|
||||
}
|
||||
|
||||
[TestCase("radarr")]
|
||||
[TestCase("radarr@radarr")]
|
||||
[TestCase("radarr.video")]
|
||||
public void should_not_be_valid_if_from_is_invalid(string email)
|
||||
{
|
||||
_emailSettings.From = email;
|
||||
|
||||
_validator.Validate(_emailSettings).IsValid.Should().BeFalse();
|
||||
}
|
||||
|
||||
[TestCase("radarr")]
|
||||
[TestCase("radarr@radarr")]
|
||||
[TestCase("radarr.video")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue