Test/weldr: adjust expected responses newly omitempty BP properties
The latest version of osbuild/blueprint changed some BP properties to be 'omitempty', thus the expected API responses need to be adjusted to account for this change. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
3e3f9a0789
commit
93ffcb80cd
2 changed files with 5 additions and 10 deletions
|
|
@ -13,7 +13,6 @@ const freezeTestResponse = `
|
|||
"blueprint": {
|
||||
"name": "test",
|
||||
"description": "Test",
|
||||
"distro": "",
|
||||
"version": "0.0.1",
|
||||
"packages": [
|
||||
{
|
||||
|
|
@ -39,7 +38,6 @@ const freezeTestResponse = `
|
|||
"blueprint": {
|
||||
"name": "test2",
|
||||
"description": "Test",
|
||||
"distro": "",
|
||||
"version": "0.0.0",
|
||||
"packages": [
|
||||
{
|
||||
|
|
@ -73,7 +71,6 @@ const depsolveTestResponse = `
|
|||
"blueprint": {
|
||||
"name": "test",
|
||||
"description": "Test",
|
||||
"distro": "",
|
||||
"version": "0.0.1",
|
||||
"packages": [
|
||||
{
|
||||
|
|
@ -135,7 +132,6 @@ const depsolvePackageNotExistError = `
|
|||
"blueprint": {
|
||||
"name": "test",
|
||||
"description": "Test",
|
||||
"distro": "",
|
||||
"version": "0.0.1",
|
||||
"packages": [
|
||||
{
|
||||
|
|
@ -171,7 +167,6 @@ const depsolveBadError = `
|
|||
"blueprint": {
|
||||
"name": "test",
|
||||
"description": "Test",
|
||||
"distro": "",
|
||||
"version": "0.0.1",
|
||||
"packages": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue