Skip to content

Commit

Permalink
refactor: remove accountExists from prerun response (datreeio#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
royhadad committed Jul 21, 2022
1 parent 291fe1d commit 96dc517
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/fixtures/policyAsCode/prerun.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
}
]
},
"accountExists": true,
"isPolicyAsCodeMode": false,
"registrationURL": "https://app.datree.io/login?t=gfdgdsteasgfsdgfdsfsd",
"promptRegistrationURL": "https://app.datree.io/promptLogin?t=gfdgdsteasgfsdgfdsfsd"
Expand Down
1 change: 0 additions & 1 deletion pkg/cliClient/evaluation.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ type EvaluationPrerunPolicies struct {
type EvaluationPrerunDataResponse struct {
PoliciesJson *EvaluationPrerunPolicies `json:"policiesJson"`
DefaultK8sVersion string `json:"defaultK8sVersion"`
AccountExists bool `json:"accountExists"`
RegistrationURL string `json:"registrationURL"`
PromptRegistrationURL string `json:"promptRegistrationURL"`
IsPolicyAsCodeMode bool `json:"isPolicyAsCodeMode"`
Expand Down

0 comments on commit 96dc517

Please sign in to comment.