[transport] fix test regex
This commit is contained in:
@ -79,7 +79,7 @@ describe('Nodes to host callback', function () {
|
|||||||
http_address: 'not actually an http host'
|
http_address: 'not actually an http host'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).to.throwException(/does not match the expected pattern/);
|
}).to.throwException(/expected.*property.*match either/);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user