We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35530d5 commit 40fa859Copy full SHA for 40fa859
internal/provider/user_resource_test.go
@@ -71,7 +71,7 @@ func TestAccUserResource(t *testing.T) {
71
ImportState: true,
72
ImportStateVerify: true,
73
// We can't pull the password from the API.
74
- ImportStateVerifyIgnore: []string{"password"},
+ ImportStateVerifyIgnore: []string{"password", "roles"},
75
},
76
// ImportState by username
77
{
@@ -80,7 +80,7 @@ func TestAccUserResource(t *testing.T) {
80
81
ImportStateId: "example",
82
83
84
85
// Update and Read testing
86
0 commit comments