Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actor/v7action/target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var _ = Describe("Targeting", func() {
var meta struct {
Version string `json:"version"`
HostKeyFingerprint string `json:"host_key_fingerprint"`
OAuthClient string `json:"oath_client"`
OAuthClient string `json:"oauth_client"`
}
meta.Version = expectedAPIVersion

Expand Down
2 changes: 1 addition & 1 deletion api/cloudcontroller/ccv3/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var _ = Describe("Root endpoints", func() {
"href": "ssh.bosh-lite.com:2222",
"meta": {
"host_key_fingerprint": "some-fingerprint",
"oath_client": "some-client"
"oauth_client": "some-client"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion resources/api_links_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type APILinkMeta struct {
HostKeyFingerprint string `json:"host_key_fingerprint"`

// Identifier for UAA queries
OAuthClient string `json:"oath_client"`
OAuthClient string `json:"oauth_client"`
}

// APILinks is a directory of follow-up urls for the resource.
Expand Down
Loading