honeycombio / terraform-provider-honeycombio

A Terraform provider for Honeycomb.io
https://registry.terraform.io/providers/honeycombio/honeycombio/latest
MIT License
48 stars 24 forks source link

fix: generate random URLs for webhook-like recipients #549

Closed jharley closed 1 month ago

jharley commented 1 month ago

The nightly "smoke test" failed last evening for two reasons:

1) we had an API-side bug when deleting certain shapes of recipients (now fixed) 2) because of the above, there were recipients that were considered duplicates as their Webhook URLs matched (affects Webhook and MSTeams* recipients). In the name of moving toward being able to run these tests concurrently, this fixes that duplicate issue.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.80%. Comparing base (24c6e3f) to head (4dd18b3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #549 +/- ## ========================================== + Coverage 78.78% 78.80% +0.01% ========================================== Files 86 86 Lines 6124 6128 +4 ========================================== + Hits 4825 4829 +4 Misses 964 964 Partials 335 335 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.