From b34d56944309a2cba7c1d6cac4284e1b38764957 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Tue, 10 Aug 2021 22:22:57 -0400 Subject: [PATCH] Fix changelog test --- .../test/java/ca/uhn/hapi/fhir/docs/ChangelogFilesTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hapi-fhir-docs/src/test/java/ca/uhn/hapi/fhir/docs/ChangelogFilesTest.java b/hapi-fhir-docs/src/test/java/ca/uhn/hapi/fhir/docs/ChangelogFilesTest.java index 579982577ce..9c9c0f583bd 100644 --- a/hapi-fhir-docs/src/test/java/ca/uhn/hapi/fhir/docs/ChangelogFilesTest.java +++ b/hapi-fhir-docs/src/test/java/ca/uhn/hapi/fhir/docs/ChangelogFilesTest.java @@ -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) {