Skip to content

Commit c23939c

Browse files
committed
Lint fix
1 parent a15b0a9 commit c23939c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/dummy-data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ module.exports = {
235235
'body': ''
236236
}],
237237

238-
bodyForBadUrl: {'message': 'Not Found', 'documentation_url': 'https://developer.github.com/v3'},
238+
bodyForBadUrl: { 'message': 'Not Found', 'documentation_url': 'https://developer.github.com/v3' },
239239

240240
bodyForBadCredentials: '{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}',
241241

@@ -364,7 +364,7 @@ module.exports = {
364364
'href': 'https://api.github.com/repos/pavelbinar/ro_convert-github-issues-to-csv/issues?per_page=100&state=all&page=1'
365365
},
366366
'method': 'GET',
367-
'headers': {'User-Agent': 'request', 'authorization': 'Basic bHVrYXN2ZXNlbHk5ODpSMGpuZnZwYXB2bmo0bA=='}
367+
'headers': { 'User-Agent': 'request', 'authorization': 'Basic bHVrYXN2ZXNlbHk5ODpSMGpuZnZwYXB2bmo0bA==' }
368368
}
369369
},
370370

@@ -410,7 +410,7 @@ module.exports = {
410410
'href': 'https://api.github.com/repos/pavelbinar/ro_convert-github-issues-to-csv/issues?per_page=12&state=all&page=1'
411411
},
412412
'method': 'GET',
413-
'headers': {'User-Agent': 'request', 'authorization': 'Basic bHVrYXN2ZXNlbHk5ODpSMGpuZnZwYXB2bmo0bA=='}
413+
'headers': { 'User-Agent': 'request', 'authorization': 'Basic bHVrYXN2ZXNlbHk5ODpSMGpuZnZwYXB2bmo0bA==' }
414414
}
415415
},
416416

0 commit comments

Comments
 (0)