Remove unused getByTestId in repo picker test
Signed-off-by: Tuan Anh Tran <me@tuananh.org>
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user