Skip to content

Commit

Permalink
#2248 tests actually fixed this time
Browse files Browse the repository at this point in the history
  • Loading branch information
cielbellerose committed Jan 13, 2025
1 parent 63c0ef9 commit 5fe3c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/tests/unmocked/team-type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
NotFoundException,
DeletedException
} from '../../src/utils/errors.utils';
import { batmanAppAdmin, supermanAdmin, wonderwomanGuest } from '../test-data/users.test-data';
import { batmanAppAdmin, supermanAdmin, wonderwomanGuest, flashAdmin } from '../test-data/users.test-data';
import { createTestOrganization, createTestUser, resetUsers } from '../test-utils';
import { vi } from 'vitest';

Expand Down Expand Up @@ -211,7 +211,7 @@ describe('Team Type Tests', () => {
'',
organization
);
await TeamsService.deleteTeamType(await createTestUser(supermanAdmin, orgId), teamType.teamTypeId, organization);
await TeamsService.deleteTeamType(await createTestUser(flashAdmin, orgId), teamType.teamTypeId, organization);

await expect(
async () =>
Expand Down

0 comments on commit 5fe3c18

Please sign in to comment.