diff --git a/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx b/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx index c6f5d2a034..678132bd8f 100644 --- a/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx +++ b/plugins/github-deployments/src/components/GithubDeploymentsCard.test.tsx @@ -24,13 +24,13 @@ import { OAuthApi, } from '@backstage/core'; -import { msw } from '@backstage/test-utils'; +import { msw, renderInTestApp } from '@backstage/test-utils'; import { GithubDeploymentsApiClient, githubDeploymentsApiRef } from '../api'; import { githubDeploymentsPlugin } from '../plugin'; import { GithubDeploymentsCard } from './GithubDeploymentsCard'; import { entityStub, noDataResponseStub, responseStub } from '../mocks/mocks'; -import { renderInTestApp } from '@backstage/test-utils'; + import { setupServer } from 'msw/node'; import { graphql } from 'msw';