Skip to content

Commit cc82f57

Browse files
committed
new mapbox token for testing
1 parent 0919988 commit cc82f57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/noci_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test_image () {
3030
$root/test/image/mocks/mapbox_density0-legend.json \
3131
--mathjax $root/node_modules/mathjax-v2/MathJax.js \
3232
--plotly $root/build/plotly.js \
33-
--mapbox-access-token "pk.eyJ1IjoicGxvdGx5LWpzLXRlc3RzIiwiYSI6ImNrNG9meTJmOTAxa3UzZm10dWdteDQ2eWMifQ.2REjOFyIrleMqwS8H8y1-A" \
33+
--mapbox-access-token "pk.eyJ1IjoicGxvdGx5LWRvY3MiLCJhIjoiY2xpMGYyNWgxMGJhdzNzbXhtNGI0Nnk0aSJ9.0oBvi_UUZ0O1N0xk0yfRwg" \
3434
--output-dir $root/test/image/baselines/ \
3535
--verbose || EXIT_STATE=$?
3636
}

tasks/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module.exports = {
239239

240240
// this mapbox access token is 'public', no need to hide it
241241
// more info: https://www.mapbox.com/help/define-access-token/
242-
mapboxAccessToken: 'pk.eyJ1IjoicGxvdGx5LWpzLXRlc3RzIiwiYSI6ImNrNG9meTJmOTAxa3UzZm10dWdteDQ2eWMifQ.2REjOFyIrleMqwS8H8y1-A',
242+
mapboxAccessToken: 'pk.eyJ1IjoicGxvdGx5LWRvY3MiLCJhIjoiY2xpMGYyNWgxMGJhdzNzbXhtNGI0Nnk0aSJ9.0oBvi_UUZ0O1N0xk0yfRwg',
243243
pathToCredentials: path.join(pathToBuild, 'credentials.json'),
244244

245245
testContainerImage: 'plotly/testbed:latest',

0 commit comments

Comments
 (0)