logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

fix(tests): Fix failing preset alert test #61

Closed seeruyy closed 2 years ago

seeruyy commented 2 years ago

A test to create a view associated with a preset alert id failed because the API does DB denormalization and extends a view record with a channels field. The parsing of channels is skipped in case when presetid exists.

Ref: LOG-13520