From 5c024e2bc2d4d749d2874eaed3510dc1bb74acf7 Mon Sep 17 00:00:00 2001 From: Darrick Date: Mon, 12 Feb 2024 16:13:32 +0100 Subject: [PATCH] Uptake bypass (#566) **BYPASS_SECRET_SCANNING** #### Summary #### Work Item(s) Fixes [AB#463599](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/463599) --- .../src/RSACryptoServiceProviderTests.Codeunit.al | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System Application/Test/Cryptography Management/src/RSACryptoServiceProviderTests.Codeunit.al b/src/System Application/Test/Cryptography Management/src/RSACryptoServiceProviderTests.Codeunit.al index ae7390e3d2..fd848637a1 100644 --- a/src/System Application/Test/Cryptography Management/src/RSACryptoServiceProviderTests.Codeunit.al +++ b/src/System Application/Test/Cryptography Management/src/RSACryptoServiceProviderTests.Codeunit.al @@ -236,4 +236,5 @@ codeunit 132613 RSACryptoServiceProviderTests begin exit(XmlString.Unwrap()); end; + } \ No newline at end of file