Skip to content

Commit

Permalink
test: use older version of mockserver
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Feb 12, 2018
1 parent 97cb354 commit b6837a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/helpers/mockserver.js
Expand Up @@ -4,7 +4,8 @@ import got from 'got';
import pRetry from 'p-retry';
import {mockServerClient} from 'mockserver-client';

const IMAGE = 'jamesdbloom/mockserver:latest';
// TODO temporarly use `mockserver-5.3.0` due to https://github.com/jamesdbloom/mockserver/issues/435
const IMAGE = 'jamesdbloom/mockserver:mockserver-5.3.0';
const MOCK_SERVER_PORT = 1080;
const MOCK_SERVER_HOST = 'localhost';
const docker = new Docker();
Expand Down

0 comments on commit b6837a2

Please sign in to comment.