Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbinar committed Jan 31, 2019
1 parent a15b0a9 commit c23939c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/dummy-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ module.exports = {
'body': ''
}],

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

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

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

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

Expand Down

0 comments on commit c23939c

Please sign in to comment.