File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class TestChildrenValidation(BaseTestCase):
59
59
"id": "some-id",
60
60
"backend": {
61
61
"name": "GCPPubSubBackend",
62
- "project_name ": "my-project"
62
+ "project_id ": "my-project"
63
63
}
64
64
}
65
65
]
@@ -109,7 +109,7 @@ def test_extra_key_validation_on_valid_twine(self):
109
109
"id": "some-id",
110
110
"backend": {
111
111
"name": "GCPPubSubBackend",
112
- "project_name ": "my-project"
112
+ "project_id ": "my-project"
113
113
},
114
114
"some_extra_property": "should not be a problem if present"
115
115
}
Original file line number Diff line number Diff line change 40
40
)
41
41
42
42
43
- CHILDREN_SCHEMA = "https://jsonschema.registry.octue.com/octue/children/0.1 .0.json"
43
+ CHILDREN_SCHEMA = "https://jsonschema.registry.octue.com/octue/children/0.2 .0.json"
44
44
MANIFEST_SCHEMA = "https://jsonschema.registry.octue.com/octue/manifest/0.1.0.json"
45
45
46
46
You can’t perform that action at this time.
0 commit comments