We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6ff40 commit b7031e9Copy full SHA for b7031e9
java/src/test/java/com/genexus/TestCommonUtil.java
@@ -24,6 +24,7 @@ private void initialize()
24
public void testSanitize() {
25
initialize();
26
27
+ //Test GitHub MCP Server
28
//Test case 1: Sanitize using LogUserEntryWhiteList
29
String value = "This is a string without Sanitize %@, let's see what happens ";
30
String expectedResult = "This is a string without Sanitize , lets see what happens ";
0 commit comments