mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
Remove unused method
This commit is contained in:
@ -49,14 +49,4 @@ public static class SutProviderExtensions
|
||||
.SetDependency(mockHttpClientFactory)
|
||||
.Create();
|
||||
}
|
||||
|
||||
public static SutProvider<T> EnableFeatureFlag<T>(this SutProvider<T> sutProvider,
|
||||
string featureFlagKey)
|
||||
{
|
||||
sutProvider.GetDependency<IFeatureService>()
|
||||
.IsEnabled(featureFlagKey, Arg.Any<ICurrentContext>(), Arg.Any<bool>())
|
||||
.Returns(true);
|
||||
|
||||
return sutProvider;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user