Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
test: update Announcement e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Feb 1, 2020
1 parent fee7776 commit 7452783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/announcements.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe('AnnouncementsController (e2e)', () => {
operationName: null,
query: createOneTypeDefs,
})
.set('Authorization', 'Bearer ' + '')
.expect(({ body }) => {
const testData: AnnouncementModel = body.data.createAnnouncement
id = testData._id
Expand Down

0 comments on commit 7452783

Please sign in to comment.