Remove unused getByTestId in repo picker test

Signed-off-by: Tuan Anh Tran <me@tuananh.org>
This commit is contained in:
Tuan Anh Tran
2023-04-25 01:32:43 +07:00
parent f93cde3444
commit fd1f4f6706
@@ -196,7 +196,7 @@ describe('RepoUrlPicker', () => {
<div data-testid="current-secrets">{JSON.stringify({ secrets })}</div>
);
};
const { getAllByRole, getByTestId } = await renderInTestApp(
const { getAllByRole } = await renderInTestApp(
<TestApiProvider
apis={[
[scmIntegrationsApiRef, mockIntegrationsApi],