Skip to content

Commit

Permalink
trigger GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Jun 28, 2024
1 parent 45b51f9 commit 3d95944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/api/specs/album.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ describe('/albums', () => {
expect(body).toEqual(errorDto.noPermission);
});

it('should be able to remove foreign asset from own album', async () => {
it('should be able to remove foreign asset from owned album', async () => {
const { status, body } = await request(app)
.delete(`/albums/${user2Albums[0].id}/assets`)
.set('Authorization', `Bearer ${user2.accessToken}`)
Expand Down

0 comments on commit 3d95944

Please sign in to comment.