Allow jira field in changelog

This commit is contained in:
Tadgh 2021-08-09 19:09:40 -04:00
parent d5fe1eeef7
commit bfd9dffdbe
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ public class ChangelogFilesTest {
// this one is optional
fieldNames.remove("backport");
// this one is optional
fieldNames.remove("jira");
assertThat("Invalid element in " + next + ": " + fieldNames, fieldNames, empty());
if (haveIssue) {