Skip to content

Commit

Permalink
s/AccessClientId/AccessClientID
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Dec 19, 2023
1 parent 49c528c commit 7169cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device_posture_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type DevicePostureIntegrationConfig struct {
ApiUrl string `json:"api_url,omitempty"`
ClientKey string `json:"client_key,omitempty"`
CustomerID string `json:"customer_id,omitempty"`
AccessClientId string `json:"access_client_id,omitempty"`
AccessClientID string `json:"access_client_id,omitempty"`
AccessClientSecret string `json:"access_client_secret,omitempty"`
}

Expand Down
2 changes: 1 addition & 1 deletion device_posture_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func TestDevicePostureIntegrationTaniumCreate(t *testing.T) {
Config: DevicePostureIntegrationConfig{
ApiUrl: "https://api_url.example.com",
ClientSecret: "test_client_secret",
AccessClientId: "test_access_client_id",
AccessClientID: "test_access_client_id",
AccessClientSecret: "test_access_client_secret",
},
}
Expand Down

0 comments on commit 7169cce

Please sign in to comment.