Skip to content

Commit b7031e9

Browse files
iroquetaBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:TestMCPBranch' into beta
1 parent 0a6ff40 commit b7031e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/test/java/com/genexus/TestCommonUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ private void initialize()
2424
public void testSanitize() {
2525
initialize();
2626

27+
//Test GitHub MCP Server
2728
//Test case 1: Sanitize using LogUserEntryWhiteList
2829
String value = "This is a string without Sanitize %@, let's see what happens ";
2930
String expectedResult = "This is a string without Sanitize , lets see what happens ";

0 commit comments

Comments
 (0)