fix eslint errors

This commit is contained in:
spalger
2016-05-19 07:52:01 -07:00
parent 939cca84c6
commit 68a8f712c8
47 changed files with 165 additions and 156 deletions

View File

@ -61,7 +61,6 @@ describe('Nodes to host callback', function () {
});
it('ignores hosts that don\'t have an http_host property', function () {
var hosts = callback({
node_id: {
@ -74,7 +73,7 @@ describe('Nodes to host callback', function () {
it('throws an error when the host property is not formatted properly', function () {
expect(function () {
var hosts = callback({
callback({
node_id: {
http_address: 'not actually an http host'
}