Skip to content

Commit

Permalink
fix AIACA test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Oct 18, 2023
1 parent b725115 commit be37a92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/LDAPPropertyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,7 @@ public void LDAPPropertyProcessor_ReadAIACAProperties()
{"name", "[email protected]"},
{"domainsid", "S-1-5-21-2697957641-2271029196-387917394"},
{"whencreated", 1683986131},
{"crosscertificatepair", new[]
{"AQIDBAUGBwg="}}
{"hascrosscertificatepair", true},
}, "2F9F3630-F46A-49BF-B186-6629994EBCF9", Label.AIACA);

var test = LDAPPropertyProcessor.ReadAIACAProperties(mock);
Expand Down

0 comments on commit be37a92

Please sign in to comment.