1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Update response code (#3949)

This commit is contained in:
Alex Morask
2024-04-01 09:13:55 -04:00
committed by GitHub
parent 66593297b9
commit 2f9daf2149
2 changed files with 2 additions and 2 deletions

View File

@ -163,6 +163,6 @@ public class ProviderOrganizationControllerTests
organization,
requestBody.AssignedSeats);
Assert.IsType<NoContent>(result);
Assert.IsType<Ok>(result);
}
}