mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed broken tests.
This commit is contained in:
parent
4188946395
commit
932012d7f9
2 changed files with 10 additions and 2 deletions
|
@ -31,7 +31,7 @@ namespace NzbDrone.Api.Commands
|
|||
dynamic command = Request.Body.FromJson(commandType);
|
||||
_messageAggregator.PublishCommand(command);
|
||||
|
||||
return resource.AsResponse();
|
||||
return resource.AsResponse(HttpStatusCode.Created);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue