Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmmbaga committed Mar 12, 2024
1 parent 41348bb commit 01ae696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/posture/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type ChecksDefinition struct {
OSVersionCheck *OSVersionCheck `json:",omitempty"`
GeoLocationCheck *GeoLocationCheck `json:",omitempty"`
PeerNetworkRangeCheck *PeerNetworkRangeCheck `json:",omitempty"`
ProcessCheck *ProcessCheck `json:"process_check"`
ProcessCheck *ProcessCheck `json:",omitempty"`
}

// Copy returns a copy of a checks definition.
Expand Down

0 comments on commit 01ae696

Please sign in to comment.