1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

[PM-17558] Remove ShortcutDuplicatePatchRequests feature flag (#5551)

* Delete old command and feature flag switch

* Rename vNext command

* Remove feature flag
This commit is contained in:
Thomas Rittson
2025-03-28 00:13:56 +10:00
committed by GitHub
parent 6178bb2db1
commit 54f4ba945e
11 changed files with 368 additions and 1009 deletions

View File

@ -20,6 +20,7 @@ public class GroupsControllerPatchTests : IClassFixture<ScimApplicationFactory>,
{
var databaseContext = _factory.GetDatabaseContext();
_factory.ReinitializeDbForTests(databaseContext);
return Task.CompletedTask;
}