mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed broken tests.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user