mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Fixed: All compiler warnings
This commit is contained in:
@@ -40,7 +40,7 @@ namespace NzbDrone.Integration.Test.Client
|
||||
public SimpleCommandResource PostAndWait<T>(T command) where T : Command, new()
|
||||
{
|
||||
var request = BuildRequest();
|
||||
request.AddBody(command);
|
||||
request.AddJsonBody(command);
|
||||
var result = Post<SimpleCommandResource>(request);
|
||||
result.Id.Should().NotBe(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user