Skip to content

Commit 1565f72

Browse files
committed
refactor: update description for discord service authorization tests
1 parent e12ca1c commit 1565f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/middlewares/authorizeBot.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe("Middleware | Authorize Bot", function () {
119119
});
120120
});
121121

122-
describe("Check authorization of bot for discord service", function () {
122+
describe("Check authorization for discord service", function () {
123123
let nextSpy, boomBadRequestSpy, boomUnauthorizedSpy;
124124

125125
beforeEach(function () {

0 commit comments

Comments
 (0)