diff --git a/packages/hawtio/src/plugins/camel/camel-preferences-service.test.ts b/packages/hawtio/src/plugins/camel/camel-preferences-service.test.ts index 6463cf0f..25485b44 100644 --- a/packages/hawtio/src/plugins/camel/camel-preferences-service.test.ts +++ b/packages/hawtio/src/plugins/camel/camel-preferences-service.test.ts @@ -62,7 +62,7 @@ describe('camel-preferences-service', () => { test('Saving single preference', () => { //Given const savedPreference: Partial = { - hideOptionDocumentation: true, + showInflightCounter: true, } const expectedString = JSON.stringify(savedPreference) @@ -77,7 +77,7 @@ describe('camel-preferences-service', () => { //Given const savedPreference: Partial = { maximumLabelWidth: 5, - hideOptionDefaultValue: true, + showInflightCounter: true, } const overwrittenPreference: Partial = { maximumLabelWidth: 4,