Skip to content

Commit

Permalink
test: fix test broken by previous cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Feb 21, 2025
1 parent 8b7b424 commit e1b607c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/library-authoring/create-library/CreateLibrary.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
} from '../../testUtils';
import { studioHomeMock } from '../../studio-home/__mocks__';
import { getStudioHomeApiUrl } from '../../studio-home/data/api';
import { getApiWaffleFlagsUrl } from '../../data/api';
import { CreateLibrary } from '.';
import { getContentLibraryV2CreateApiUrl } from './data/api';

Expand All @@ -35,9 +34,6 @@ jest.mock('../../generic/data/apiHooks', () => ({
describe('<CreateLibrary />', () => {
beforeEach(() => {
axiosMock = initializeMocks().axiosMock;
axiosMock
.onGet(getApiWaffleFlagsUrl(undefined))
.reply(200, {});
});

afterEach(() => {
Expand Down

0 comments on commit e1b607c

Please sign in to comment.