[transport] fix test regex

This commit is contained in:
spalger
2015-11-16 15:19:14 -06:00
parent 015f55497a
commit 4c106c11b0

View File

@ -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/);
});
});