newrelic / newrelic-client-go

New Relic Client for the Go programming language
https://newrelic.github.io/observability-as-code
Apache License 2.0
75 stars 95 forks source link

test(entity_tags): added test cases to test reserved key mutations on entity tags #1188

Closed shashank-reddy-nr closed 4 months ago

shashank-reddy-nr commented 4 months ago

This PR has changes related to adding test cases to test reversed key mutations on entity tags. The main purpose of these test cases is to check whether NerdGraph is returning correct error messages or not when a user tries to mutate reserved keys (immutable keys), e.g., "account" and "accountId".