Fix changelog test
This commit is contained in:
parent
6f3006f2ba
commit
b34d569443
|
@ -69,6 +69,9 @@ public class ChangelogFilesTest {
|
||||||
// this one is optional
|
// this one is optional
|
||||||
fieldNames.remove("backport");
|
fieldNames.remove("backport");
|
||||||
|
|
||||||
|
// this one is optional
|
||||||
|
fieldNames.remove("jira");
|
||||||
|
|
||||||
assertThat("Invalid element in " + next + ": " + fieldNames, fieldNames, empty());
|
assertThat("Invalid element in " + next + ": " + fieldNames, fieldNames, empty());
|
||||||
|
|
||||||
if (haveIssue) {
|
if (haveIssue) {
|
||||||
|
|
Loading…
Reference in New Issue