Skip to content

Commit

Permalink
Object shorthand for lab 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ldesplat committed Sep 7, 2016
1 parent 0160ef4 commit bcd53e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/providers/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('discord', () => {
const cookie = res.headers['set-cookie'][0].split(';')[0] + ';';
mock.server.inject(res.headers.location, (mockRes) => {

server.inject({ url: mockRes.headers.location, headers: { cookie: cookie } }, (response) => {
server.inject({ url: mockRes.headers.location, headers: { cookie } }, (response) => {

Mock.clear();
expect(response.result).to.equal({
Expand Down

0 comments on commit bcd53e5

Please sign in to comment.