Skip to content

Commit

Permalink
Fix test for Camel 4.2.0 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Nov 15, 2023
1 parent 62deaf7 commit 95729bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void testMainOptionSuggestionNonFiltered() {
myFixture.completeBasic();
List<String> strings = myFixture.getLookupElementStrings();
assertNotNull(strings);
assertContainsElements(strings, "configurations: ", "auto-startup: ");
assertContainsElements(strings, "message-history: ", "configurations: ", "auto-startup: ");
}

/**
Expand Down

0 comments on commit 95729bd

Please sign in to comment.