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

chore: remove fc v1 feature flag, remove obsolete feature service calls from tests, refs PM-10295 (#4618)

This commit is contained in:
Vincent Salucci
2024-08-13 11:20:05 -05:00
committed by GitHub
parent 1442bf94ae
commit 253ad9c74f
6 changed files with 0 additions and 29 deletions

View File

@ -170,7 +170,6 @@ public class CiphersControllerTests
Id = organization.Id,
AllowAdminAccessToAllCollectionItems = allowAdminsAccessToAllItems
});
sutProvider.GetDependency<IFeatureService>().IsEnabled(FeatureFlagKeys.FlexibleCollectionsV1).Returns(true);
if (shouldSucceed)
{