File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ test_image () {
30
30
$root /test/image/mocks/mapbox_density0-legend.json \
31
31
--mathjax $root /node_modules/mathjax-v2/MathJax.js \
32
32
--plotly $root /build/plotly.js \
33
- --mapbox-access-token " pk.eyJ1IjoicGxvdGx5LWpzLXRlc3RzIiwiYSI6ImNrNG9meTJmOTAxa3UzZm10dWdteDQ2eWMifQ.2REjOFyIrleMqwS8H8y1-A " \
33
+ --mapbox-access-token " pk.eyJ1IjoicGxvdGx5LWRvY3MiLCJhIjoiY2xpMGYyNWgxMGJhdzNzbXhtNGI0Nnk0aSJ9.0oBvi_UUZ0O1N0xk0yfRwg " \
34
34
--output-dir $root /test/image/baselines/ \
35
35
--verbose || EXIT_STATE=$?
36
36
}
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ module.exports = {
239
239
240
240
// this mapbox access token is 'public', no need to hide it
241
241
// more info: https://www.mapbox.com/help/define-access-token/
242
- mapboxAccessToken : 'pk.eyJ1IjoicGxvdGx5LWpzLXRlc3RzIiwiYSI6ImNrNG9meTJmOTAxa3UzZm10dWdteDQ2eWMifQ.2REjOFyIrleMqwS8H8y1-A ' ,
242
+ mapboxAccessToken : 'pk.eyJ1IjoicGxvdGx5LWRvY3MiLCJhIjoiY2xpMGYyNWgxMGJhdzNzbXhtNGI0Nnk0aSJ9.0oBvi_UUZ0O1N0xk0yfRwg ' ,
243
243
pathToCredentials : path . join ( pathToBuild , 'credentials.json' ) ,
244
244
245
245
testContainerImage : 'plotly/testbed:latest' ,
You can’t perform that action at this time.
0 commit comments