Fix linting error

This commit is contained in:
wenincode 2022-10-13 10:59:48 -06:00
parent f9575be4c7
commit e6134761be

View File

@ -58,8 +58,6 @@ module('Integration | Component | consul node agentless-notice', function (hooks
await click('button');
assert
.dom('[data-test-node-agentless-notice]')
.doesNotExist(
'The agentless notice be dismissed'
);
.doesNotExist('The agentless notice be dismissed');
});
});