File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 77527752 ],
77537753 "title" : " Url" ,
77547754 "description" : " Link to get this resource"
7755+ },
7756+ "version_display" : {
7757+ "anyOf" : [
7758+ {
7759+ "type" : " string"
7760+ },
7761+ {
7762+ "type" : " null"
7763+ }
7764+ ],
7765+ "title" : " Version Display"
77557766 }
77567767 },
77577768 "type" : " object" ,
77587769 "required" : [
77597770 " id" ,
77607771 " version" ,
77617772 " title" ,
7762- " url"
7773+ " url" ,
7774+ " version_display"
77637775 ],
77647776 "title" : " Program" ,
77657777 "description" : " A released program with a specific version" ,
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ async def test_get_program_release(
4444 program = Program .model_validate (response .json ())
4545 assert program .id == program_key
4646 assert program .version == version
47+ assert program .version_display is not None
4748
4849
4950@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments