Skip to content

Conversation

@rishikunnath2747
Copy link
Collaborator

This PR adds automation test cases for changelog

@rishikunnath2747 rishikunnath2747 added the Under Construction The PR is still under construction label Dec 18, 2025
assertEquals("Updated", updateNotesResponse, "Should successfully update notes field");

// Update attachment with custom property
Integer customProperty2Value = 12345;
assertNotEquals("", attachmentID, "Attachment ID should not be empty");

// Add a custom property
Integer customPropertyValue = 99999;
assertEquals("Updated", updateNotesResponse, "Should successfully update notes field");

// Update attachment with custom property
Integer customProperty2Value = 12345;
assertNotEquals("", attachmentID, "Attachment ID should not be empty");

// Add a custom property
Integer customPropertyValue = 99999;
}
}

public Map<String, Object> fetchChangelog(
}
}

public Map<String, Object> fetchChangelog(
@deepikaSingh2711 deepikaSingh2711 marked this pull request as ready for review December 24, 2025 11:12
Copy link
Collaborator

@deepikaSingh2711 deepikaSingh2711 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@deepikaSingh2711 deepikaSingh2711 merged commit 9d8d115 into develop Dec 24, 2025
9 checks passed
@deepikaSingh2711 deepikaSingh2711 deleted the changelog_its branch December 24, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Under Construction The PR is still under construction

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants