mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +00:00
[Provider] Create and access child organizations (#1427)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Bit.Core.Test.Services
|
||||
_policyRepository = Substitute.For<IPolicyRepository>();
|
||||
_referenceEventService = Substitute.For<IReferenceEventService>();
|
||||
_fido2 = Substitute.For<IFido2>();
|
||||
_currentContext = new CurrentContext();
|
||||
_currentContext = new CurrentContext(null);
|
||||
_globalSettings = new GlobalSettings();
|
||||
_organizationService = Substitute.For<IOrganizationService>();
|
||||
_sendRepository = Substitute.For<ISendRepository>();
|
||||
|
||||
Reference in New Issue
Block a user