Skip to content

Commit

Permalink
Merge pull request backstage#22830 from AmbrishRamachandiran/shortuct…
Browse files Browse the repository at this point in the history
…s_imports

Changed TestApiProvider imports in shortcut plugin
  • Loading branch information
Rugvip authored Feb 12, 2024
2 parents 57397e7 + 94992d2 commit 58ba5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/shortcuts/src/AddShortcut.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import { DefaultShortcutsApi, shortcutsApiRef } from './api';
import {
MockAnalyticsApi,
MockStorageApi,
TestApiProvider,
renderInTestApp,
} from '@backstage/test-utils';
import { AlertDisplay } from '@backstage/core-components';
import { TestApiProvider } from '@backstage/test-utils';
import { analyticsApiRef } from '@backstage/core-plugin-api';

describe('AddShortcut', () => {
Expand Down

0 comments on commit 58ba5c6

Please sign in to comment.