test: fix broken test plan & use glitch>now

This commit is contained in:
Remy Sharp 2017-05-19 15:11:40 +01:00
parent 20a5bcbfb0
commit 64d218bb18
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
<script src="https://httpbin.now.sh/user-agent?callback=callback"></script>
<script src="https://inline-httpbin.glitch.me/user-agent?callback=callback"></script>

View File

@ -29,7 +29,7 @@ test('setup mock server', function (t) {
test('inliner core functions', function coreTests(t) {
var Inliner = require('../');
t.plan(4);
t.plan(3);
t.equal(typeof Inliner, 'function', 'Inliner is a function');