Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Nov 20, 2021
1 parent 4a8ff98 commit 47590a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ const expectAssetsInstalled = ({
install_status: 'installed',
install_started_at: res.attributes.install_started_at,
install_source: 'registry',
keep_policies_up_to_date: false,
});
});
};
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ export default function (providerContext: FtrProviderContext) {
install_status: 'installed',
install_started_at: res.attributes.install_started_at,
install_source: 'registry',
keep_policies_up_to_date: false,
});
});
});
Expand Down

0 comments on commit 47590a2

Please sign in to comment.