mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/test: update tests to use new request format
This commit is contained in:
parent
94c2545ca6
commit
168c1bdbbb
2 changed files with 1328 additions and 1203 deletions
|
@ -14,7 +14,7 @@ export async function runTest(url, params, expect) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const result = await match(
|
const result = await match(
|
||||||
parsed.host, parsed.patternMatch, "en", normalized
|
parsed.host, parsed.patternMatch, normalized
|
||||||
);
|
);
|
||||||
|
|
||||||
let error = [];
|
let error = [];
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue