mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 09:18:47 +00:00
Add unknown property with string[] value
This commit is contained in:
@@ -71,7 +71,10 @@ test.serial(
|
||||
headers: {},
|
||||
status: 200,
|
||||
url: "",
|
||||
data: [{ property_name: "not-used-by-us", value: { foo: "bar" } }],
|
||||
data: [
|
||||
{ property_name: "not-used-by-us", value: { foo: "bar" } },
|
||||
{ property_name: "also-not-used-by-us", value: ["A", "B", "C"] },
|
||||
],
|
||||
});
|
||||
const logger = getRunnerLogger(true);
|
||||
const mockRepositoryNwo = parseRepositoryNwo("owner/repo");
|
||||
|
||||
Reference in New Issue
Block a user