Skip to content

Commit b14b1a3

Browse files
author
John Dorlus
committed
Fixed type check issue.
1 parent 6d73760 commit b14b1a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

x-pack/test/functional/page_objects/upgrade_assistant_page.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function UpgradeAssistantPageProvider({ getPageObjects, getService }: Ftr
3333
async toggleDeprecationLogging() {
3434
log.debug('toggleDeprecationLogging()');
3535
await testSubjects.click('upgradeAssistantDeprecationToggle');
36-
const newState = await this.isDeprecationLoggingEnabled();
3736
}
3837

3938
async isDeprecationLoggingEnabled() {

0 commit comments

Comments
 (0)