mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
[AC-1438] Updated SCIM controllers to respond with "content-Type: application/scim+json" (#3072)
This commit is contained in:
@ -48,6 +48,8 @@ public class GroupsControllerTests : IClassFixture<ScimApplicationFactory>, IAsy
|
||||
|
||||
var responseModel = JsonSerializer.Deserialize<ScimGroupResponseModel>(context.Response.Body, new JsonSerializerOptions { PropertyNamingPolicy = JsonNamingPolicy.CamelCase });
|
||||
AssertHelper.AssertPropertyEqual(expectedResponse, responseModel);
|
||||
|
||||
Assert.Contains("application/scim+json", context.Response.Headers.ContentType.ToString());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Reference in New Issue
Block a user