describe('and the mapping has a different host', function () {
      it('passes the request through to the default app', function () {
        return callApp(app, 'http://example.com/two').then(function (conn) {
          expect(conn.status).toEqual(404);
        });