Skip to content

Commit

Permalink
add dummy api key
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Aug 7, 2024
1 parent 36f3a98 commit 152bc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ providers = (
Providers.MapBox(; accesstoken="sometoken"),
Providers.Jawg(; accesstoken="sometoken"),
Providers.Thunderforest(; apikey="someapikey"),
Providers.OpenWeatherMap(:Clouds),
Providers.OpenWeatherMap(:Clouds; apikey="some_apikey"),
Providers.NASAGIBS(:ViirsEarthAtNight2012),
Providers.Provider("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"),
)
Expand Down

0 comments on commit 152bc0c

Please sign in to comment.