1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 17:53:44 +00:00
This commit is contained in:
Bernd Schoolmann
2025-12-02 15:46:17 +01:00
parent e1a97dbce9
commit b251b078e6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#nullable enable
using Bit.Api.KeyManagement.Models.Requests;
using Bit.Core.KeyManagement.Models.Api.Request;
using Xunit;
namespace Bit.Api.Test.KeyManagement.Models.Request;