From 4c106c11b081d4d2e03aa0e8bd1d5271f2e96a8d Mon Sep 17 00:00:00 2001 From: spalger Date: Mon, 16 Nov 2015 15:19:14 -0600 Subject: [PATCH] [transport] fix test regex --- test/unit/specs/nodes_to_host_callback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/specs/nodes_to_host_callback.js b/test/unit/specs/nodes_to_host_callback.js index 4102fb0bf..6e6f4806d 100644 --- a/test/unit/specs/nodes_to_host_callback.js +++ b/test/unit/specs/nodes_to_host_callback.js @@ -79,7 +79,7 @@ describe('Nodes to host callback', function () { http_address: 'not actually an http host' } }); - }).to.throwException(/does not match the expected pattern/); + }).to.throwException(/expected.*property.*match either/); }); });