Removes unused getByTestId

This commit is contained in:
Juan Lulkin
2021-02-25 13:40:23 +01:00
parent 1a074cfe5e
commit 8801ede191
@@ -138,7 +138,7 @@ describe('SplunkOnCallCard', () => {
.fn()
.mockImplementationOnce(async () => [MOCKED_USER]);
const { getByText, queryByTestId, getByTestId, getByRole } = render(
const { getByText, queryByTestId, getByRole } = render(
wrapInTestApp(
<ApiProvider apis={apis}>
<SplunkOnCallCard entity={entity} />