Skip to content

Commit

Permalink
test: revert to mockserver:latest docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Feb 13, 2018
1 parent ce1e74f commit 8a2ef48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/helpers/mockserver.js
Expand Up @@ -4,8 +4,7 @@ import got from 'got';
import pRetry from 'p-retry';
import {mockServerClient} from 'mockserver-client';

// 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 IMAGE = 'jamesdbloom/mockserver:latest';
const MOCK_SERVER_PORT = 1080;
const MOCK_SERVER_HOST = 'localhost';
const docker = new Docker();
Expand Down

0 comments on commit 8a2ef48

Please sign in to comment.