mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 23:47:25 +00:00
Fix test for regexp
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