Skip to content

Commit 35d98f1

Browse files
Update gitlab/resource_gitlab_user_test.go
Co-authored-by: Adam Snyder <[email protected]>
1 parent 46a9dbf commit 35d98f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/resource_gitlab_user_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func TestAccGitlabUser_password_reset(t *testing.T) {
100100
// Test that either password or reset_password is needed
101101
{
102102
Config: testAccGitlabUserConfigWrong(rInt),
103-
ExpectError: regexp.MustCompile(`\sAt least one of either password or reset_password must be defined`),
103+
ExpectError: regexp.MustCompile("At least one of either password or reset_password must be defined"),
104104
},
105105
// Create a user without a password
106106
{

0 commit comments

Comments
 (0)