mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
api/test: update tests to use new request format
This commit is contained in:
@ -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
Reference in New Issue
Block a user