mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Updated exceptrack driver's url, made test more effective.
This commit is contained in:
parent
aff17f7767
commit
6b3e102899
2 changed files with 10 additions and 4 deletions
|
@ -65,7 +65,9 @@ namespace NzbDrone.Core.Test.Integeration
|
|||
log.Exception = new ArgumentOutOfRangeException();
|
||||
log.Message = "New message string. New message string. New message string. New message string. New message string. New message string.";
|
||||
|
||||
ReportingService.ReportException(log);
|
||||
var hash = ReportingService.ReportException(log);
|
||||
|
||||
hash.Should().HaveLength(8);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue