Skip to content

Commit

Permalink
remove wrong parameter in data-source
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Aug 2, 2024
1 parent 2a0ece1 commit 898f317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rancher2/data_source_rancher2_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ data "` + testAccRancher2UserType + `" "foo" {
resource.TestCheckResourceAttr(name, "username", "foo"),
resource.TestCheckResourceAttr(name, "name", "Terraform user acceptance test"),
resource.TestCheckResourceAttr(name, "enabled", "true"),
resource.TestCheckResourceAttr(name, "must_change_password", "true"),
),
},
},
Expand Down

0 comments on commit 898f317

Please sign in to comment.