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 () {
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}
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments