mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 15:37:28 +00:00
Potential fix for pull request finding 'CodeQL / Incomplete regular expression for hostnames'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -284,7 +284,7 @@ test.describe("modals", () => {
|
||||
await then(get.inputValue("modal:settings.maputnik:renderer")).shouldEqual("ol");
|
||||
|
||||
await given.intercept(
|
||||
"https://api.maptiler.com/tiles/v3-openmaptiles/tiles.json?key=*",
|
||||
"https://api\\.maptiler\\.com/tiles/v3-openmaptiles/tiles\\.json\\?key=*",
|
||||
"tileRequest",
|
||||
"GET"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user