Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Aug 30, 2023
1 parent cb14843 commit 1e98b99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/apiserver-impl/devstate/components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ schemaVersion: 2.2.0
BuildContext: "path/to/context",
RootRequired: true,
Uri: "an-uri",
Orphan: true,
},
},
Resources: []Resource{},
Expand Down Expand Up @@ -511,8 +512,9 @@ schemaVersion: 2.2.0
Images: []Image{},
Resources: []Resource{
{
Name: "a-name",
Uri: "an-uri",
Name: "a-name",
Uri: "an-uri",
Orphan: true,
},
},
Volumes: []Volume{},
Expand Down Expand Up @@ -544,6 +546,7 @@ schemaVersion: 2.2.0
{
Name: "a-name",
Inlined: "inline resource...",
Orphan: true,
},
},
Volumes: []Volume{},
Expand Down

0 comments on commit 1e98b99

Please sign in to comment.