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 b7031e9 commit 247101eCopy full SHA for 247101e
java/src/test/java/com/genexus/TestCommonUtil.java
@@ -24,7 +24,6 @@ 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