Skip to content

Commit

Permalink
#3060-removed check for no logo
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 17, 2024
1 parent 8477e87 commit 53d5e72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/backend/tests/unmocked/organization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,6 @@ describe('Organization Tests', () => {
);
});

it('Fails if the organization does not have a logo image', async () => {
await expect(async () => await OrganizationsService.getLogoImage(orgId)).rejects.toThrow(
new HttpException(404, `Organization ${orgId} does not have a logo image`)
);
});

it('Succeeds and gets the image', async () => {
const testBatman = await createTestUser(batmanAppAdmin, orgId);
await OrganizationsService.setLogoImage(
Expand Down

0 comments on commit 53d5e72

Please sign in to comment.