Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5994c62

Browse files
committed
tmp change to point image tests to image-exporter server
1 parent 4d8cca4 commit 5994c62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"ndarray-ops": "^1.2.2",
9797
"polybooljs": "^1.2.0",
9898
"regl": "^1.3.0",
99+
"request": "^2.83.0",
99100
"right-now": "^1.0.0",
100101
"robust-orientation": "^1.1.3",
101102
"sane-topojson": "^2.0.0",

tasks/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = {
8080
testContainerImage: 'plotly/testbed:latest',
8181
testContainerName: process.env.PLOTLYJS_TEST_CONTAINER_NAME || 'imagetest',
8282
testContainerPort: '9010',
83-
testContainerUrl: 'http://localhost:9010/',
83+
testContainerUrl: 'http://localhost:9091/',
8484
testContainerHome: '/var/www/streambed/image_server/plotly.js',
8585

8686
uglifyOptions: {

0 commit comments

Comments
 (0)