Skip to content

Commit

Permalink
CLDSRV-565 fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas2bert committed Oct 16, 2024
1 parent 4b978b5 commit ac6e90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/api/bucketPut.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ describe('bucketPut API with SSE Configurations', () => {
cleanup();
});

const createTestRequestWithSSE = (sseHeaders) => ({
const createTestRequestWithSSE = sseHeaders => ({
...testRequest,
headers: {
...testRequest.headers,
Expand Down

0 comments on commit ac6e90e

Please sign in to comment.