We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab46ae commit 822c1f7Copy full SHA for 822c1f7
1 file changed
src/CommonLib/Processors/CertAbuseProcessor.cs
@@ -25,7 +25,7 @@ public class CertAbuseProcessor
25
public event ComputerStatusDelegate ComputerStatusEvent;
26
27
//TODO: temp change to test github build pipeline
28
- public CertAbuseProcessor(ILdapUtils utils, IRegistryAccessor registryAccessor, ISAMServerAccessor samServerAccessor, String TEST_LIBRARY_BREAKING_CHANGE, ILogger log = null) {
+ public CertAbuseProcessor(ILdapUtils utils, IRegistryAccessor registryAccessor, ISAMServerAccessor samServerAccessor, String TEST_LIBRARY_BREAKING_CHANGE_NEW_VERSION, ILogger log = null) {
29
_utils = utils;
30
_registryAccessor = registryAccessor;
31
_samServerAccessor = samServerAccessor;
0 commit comments