Skip to content

Commit

Permalink
Update datadog/resource_datadog_synthetics_test_.go
Browse files Browse the repository at this point in the history
Co-authored-by: Corentin Girard <[email protected]>
  • Loading branch information
AlaricCalmette and Drarig29 authored Mar 18, 2024
1 parent 8ac11bd commit 36f8053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/resource_datadog_synthetics_test_.go
Original file line number Diff line number Diff line change
Expand Up @@ -3481,7 +3481,7 @@ func setGRPCStepRequest(requestMap map[string]interface{}, request *datadogV1.Sy
request.SetCompressedProtoFile(encodedCompressedProtoFile)
}

// This is effectively useless as it wil not work but is necessary for the state to be in sync
// This is effectively useless as it will not work but is necessary for the state to be in sync
if requestMap["proto_json_descriptor"] != nil {
stringifiedValue, _ := json.Marshal(requestMap["proto_json_descriptor"].(string))
var compressedValue bytes.Buffer
Expand Down

0 comments on commit 36f8053

Please sign in to comment.