Skip to content

Commit c5a97d6

Browse files
authored
cleanup: remove orphaned tests property from cog.yaml schema (#2809)
The tests config option was removed from the Go implementation in PR #2181 but its JSON schema definition was left behind. Remove the orphaned schema property to avoid confusion.
1 parent d2bc236 commit c5a97d6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pkg/config/data/config_schema_v1.0.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -191,19 +191,6 @@
191191
}
192192
}
193193
},
194-
"tests": {
195-
"$id": "#/properties/tests",
196-
"type": [
197-
"array",
198-
"null"
199-
],
200-
"description": "A list of test cog commands to run.",
201-
"additionalItems": false,
202-
"items": {
203-
"type": "object",
204-
"additionalItems": true
205-
}
206-
},
207194
"environment": {
208195
"$id": "#/properties/properties/environment",
209196
"type": [

0 commit comments

Comments
 (0)