fix eslint errors
This commit is contained in:
@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user