Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leggsimon committed Oct 20, 2015
1 parent 8e5afb0 commit afe38b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions loadvars.js
@@ -1,4 +1,5 @@
'use strict';
require('isomorphic-fetch');

if(process.env.NODE_ENV === 'localdev'){
require('dotenv').load();
Expand Down
2 changes: 1 addition & 1 deletion test/log.test.js
Expand Up @@ -56,7 +56,7 @@ describe('Logs', function() {
name: "ft-next-test-app",
gateway: 'mashery'
})
.then(function(id) {
.then(function() {
expect(fetchMock.calls('makeKonstructorCall')[1][1].body).to.contain('simon.legg%40ft.com');
})
});
Expand Down

0 comments on commit afe38b8

Please sign in to comment.