Skip to content

Commit

Permalink
refactor: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Jan 16, 2024
1 parent f678f07 commit ac348cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/__snapshots__/decidim-cfj-cdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1479,11 +1479,11 @@ exports[`DecidimStack Created 1`] = `
},
{
"Name": "MAPS_STATIC_URL",
"Value": "http://www.openstreetmap.org/",
"Value": "https://www.openstreetmap.org/",
},
{
"Name": "MAPS_DYNAMIC_URL",
"Value": "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"Value": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
},
{
"Name": "MAPS_ATTRIBUTION",
Expand Down

0 comments on commit ac348cb

Please sign in to comment.