Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit c6ddfe8

Browse files
committed
style(cfd): staticcheck wants uppercase
1 parent 6b8954f commit c6ddfe8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runner-manager/cfd/cmd/drive/get_job_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type VcapAppData struct {
7272
CFApi string `json:"cf_api"`
7373
OrgID string `json:"org_id"`
7474
OrgName string `json:"organization_name"`
75-
SpaceId string `json:"space_id"`
75+
SpaceID string `json:"space_id"`
7676
SpaceName string `json:"space_name"`
7777
}
7878

runner-manager/cfd/cmd/drive/get_job_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func Test_parseVcapAppJSON(t *testing.T) {
118118
wanted := VcapAppData{
119119
CFApi: "https://api.fr.cloud.gov",
120120
OrgName: "gsa-tts-devtools-prototyping",
121-
SpaceId: "8969a4b6-01aa-431d-9790-77cc4c47e3e7",
121+
SpaceID: "8969a4b6-01aa-431d-9790-77cc4c47e3e7",
122122
SpaceName: "zjr-gl-test",
123123
}
124124

0 commit comments

Comments
 (0)