Skip to content

Commit

Permalink
test: fix broken test plan & use glitch>now
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed May 19, 2017
1 parent 20a5bcb commit 64d218b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/headers.src.html
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 64d218b

Please sign in to comment.