1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 03:23:20 +00:00

test(auth-validator): [PM-22975] Client Version Validator - Fixed tests a little.

This commit is contained in:
Patrick Pimentel
2025-11-20 13:54:14 -05:00
parent 7d71ee2eec
commit 851f963be6
5 changed files with 13 additions and 8 deletions

View File

@@ -6,7 +6,6 @@ public static class EncryptionParsing
{
/// <summary>
/// Helper method to convert an encryption type string to an enum value.
/// Accepts formats like "Header.iv|ct|mac" or "Header" COSE format.
/// </summary>
public static EncryptionType GetEncryptionType(string encString)
{