Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helper/logging: Update test Content-Type header to match terraform.io…
… change (#1045) Reference: https://github.com/hashicorp/terraform-plugin-sdk/actions/runs/2970165412 Previously: ``` --- FAIL: TestNewLoggingHTTPTransport (0.27s) /Users/bflad/src/github.com/hashicorp/terraform-plugin-sdk/helper/logging/logging_http_transport_test.go:93: Unexpected value for field "Content-Type"; expected "text/html", got "text/html; charset=utf-8" ``` Double checking the current situation with `curl`: ```console $ curl -I -s https://www.terraform.io | grep -i content-type content-type: text/html; charset=utf-8 ```
- Loading branch information