Skip to content

Commit

Permalink
tests: Add a serialization test for adoptable data
Browse files Browse the repository at this point in the history
Pointed out in code review in #104
  • Loading branch information
cgwalters authored and openshift-merge-robot committed Nov 13, 2020
1 parent e00de4a commit 9873aaa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/fixtures/example-status-v0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@
"adopted-from": null
}
},
"adoptable": {}
"adoptable": {
"BIOS": {
"version": {
"version": "grub2-bios-42.x86_64",
"timestamp": "2020-09-15T13:01:21Z"
},
"confident": true
}
}
}

0 comments on commit 9873aaa

Please sign in to comment.