twilio / terraform-provider-twilio

Terraform Twilio provider
MIT License
62 stars 14 forks source link

fix: unpack the interface type when marshaling response schemas #105

Closed childish-sambino closed 2 years ago

childish-sambino commented 2 years ago

Fixes this broken test:

=== RUN   TestAccFlexSetup_basic
    resources_flex_test.go:23: ImportStateVerify attributes not equivalent. Difference is shown below. Top is actual, bottom is expected.

        (map[string]string) {
        }

        (map[string]string) (len=1) {
         (string) (len=20) "integration_flow_sid": (string) (len=34) "FW9bda0c9a02677aeabcc7c770b3469b83"
        }
--- FAIL: TestAccFlexSetup_basic (5.05s)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication