api/test: update tests to use new request format

This commit is contained in:
dumbmoron
2024-08-03 17:33:56 +00:00
parent 94c2545ca6
commit 168c1bdbbb
2 changed files with 1328 additions and 1203 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export async function runTest(url, params, expect) {
}
const result = await match(
parsed.host, parsed.patternMatch, "en", normalized
parsed.host, parsed.patternMatch, normalized
);
let error = [];
+1327 -1202
View File
File diff suppressed because it is too large Load Diff