Skip to content

Commit

Permalink
fix: Use proper Docker environment for tests (#9098)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt authored Aug 17, 2018
1 parent e4efc92 commit f9da76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/support/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { URL } from 'url';
import { times, castArray } from 'lodash';

const {
WP_BASE_URL = 'http://localhost:8888',
WP_BASE_URL = 'http://localhost:8889',
WP_USERNAME = 'admin',
WP_PASSWORD = 'password',
} = process.env;
Expand Down

0 comments on commit f9da76a

Please sign in to comment.