Skip to content

Commit 40fa859

Browse files
committed
wip
1 parent 35530d5 commit 40fa859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/user_resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func TestAccUserResource(t *testing.T) {
7171
ImportState: true,
7272
ImportStateVerify: true,
7373
// We can't pull the password from the API.
74-
ImportStateVerifyIgnore: []string{"password"},
74+
ImportStateVerifyIgnore: []string{"password", "roles"},
7575
},
7676
// ImportState by username
7777
{
@@ -80,7 +80,7 @@ func TestAccUserResource(t *testing.T) {
8080
ImportStateVerify: true,
8181
ImportStateId: "example",
8282
// We can't pull the password from the API.
83-
ImportStateVerifyIgnore: []string{"password"},
83+
ImportStateVerifyIgnore: []string{"password", "roles"},
8484
},
8585
// Update and Read testing
8686
{

0 commit comments

Comments
 (0)