Skip to content

Commit ff4415f

Browse files
committed
Fix unit tests
1 parent e266b57 commit ff4415f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backstage/kind_location.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type LocationCreateResponse struct {
4848
// Exists is only set in dryRun mode.
4949
Exists bool `json:"exists,omitempty"`
5050
// Location contains details of created location.
51-
Location LocationResponse `json:"location,omitempty"`
51+
Location *LocationResponse `json:"location,omitempty"`
5252
// Entities is a list of entities that were discovered from the created location.
5353
Entities []Entity `json:"entities"`
5454
}

0 commit comments

Comments
 (0)