mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Replaced Nancy.Hosting.Self with Owin
SignalR to come!
This commit is contained in:
parent
54d95e2e20
commit
2ec79e6744
9 changed files with 96 additions and 42 deletions
|
@ -62,5 +62,12 @@ namespace NzbDrone.Integration.Test
|
|||
Series.Get("non-existing-slug", HttpStatusCode.NotFound);
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore]
|
||||
public void invalid_id_should_return_404()
|
||||
{
|
||||
//TODO: fix
|
||||
Series.Get(99, HttpStatusCode.NotFound);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue