Skip to content

Commit cd4e44c

Browse files
chore: remove leftover indirect reference to create default location ff (#7499)
1 parent 4cc7fb4 commit cd4e44c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/Api.IntegrationTest/AdminConsole/Controllers/PoliciesControllerTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using Bit.Core.Enums;
1414
using Bit.Core.Repositories;
1515
using Bit.Test.Common.Helpers;
16-
using NSubstitute;
1716
using Xunit;
1817

1918
namespace Bit.Api.IntegrationTest.AdminConsole.Controllers;
@@ -30,12 +29,6 @@ public class PoliciesControllerTests : IClassFixture<ApiApplicationFactory>, IAs
3029
public PoliciesControllerTests(ApiApplicationFactory factory)
3130
{
3231
_factory = factory;
33-
_factory.SubstituteService<Core.Services.IFeatureService>(featureService =>
34-
{
35-
featureService
36-
.IsEnabled("pm-19467-create-default-location")
37-
.Returns(true);
38-
});
3932
_client = factory.CreateClient();
4033
_loginHelper = new LoginHelper(_factory, _client);
4134
}

0 commit comments

Comments
 (0)