mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
chore: remove fc v1 feature flag, remove obsolete feature service calls from tests, refs PM-10295 (#4618)
This commit is contained in:
@ -170,7 +170,6 @@ public class CiphersControllerTests
|
||||
Id = organization.Id,
|
||||
AllowAdminAccessToAllCollectionItems = allowAdminsAccessToAllItems
|
||||
});
|
||||
sutProvider.GetDependency<IFeatureService>().IsEnabled(FeatureFlagKeys.FlexibleCollectionsV1).Returns(true);
|
||||
|
||||
if (shouldSucceed)
|
||||
{
|
||||
|
Reference in New Issue
Block a user