diff options
Diffstat (limited to 'data/test.schema.json')
| -rw-r--r-- | data/test.schema.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/test.schema.json b/data/test.schema.json index 6f6a19381..705413363 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -87,13 +87,13 @@ "type": "string" } }, - "skip_on_jobname": { + "expect_skip_on_jobname": { "type": "array", "items": { "type": "string" } }, - "skip_on_os": { + "expect_skip_on_os": { "type": "array", "items": { "type": "string" @@ -167,13 +167,13 @@ "type": "string" } }, - "skip_on_jobname": { + "expect_skip_on_jobname": { "type": "array", "items": { "type": "string" } }, - "skip_on_os": { + "expect_skip_on_os": { "type": "array", "items": { "type": "string" |
