Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Jan 31, 2024
1 parent 3736955 commit 84e9935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('endpoints', () => {
await done;
const headers = res.getHeaders();
expect(headers).to.deep.equal({
"access-control-allow-origin": "*",
'access-control-allow-origin': '*',
'x-single': 'single',
'x-triple': 'one, two, three',
'set-cookie': ['hello', 'world'],
Expand Down

0 comments on commit 84e9935

Please sign in to comment.