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 46a9dbf commit 35d98f1Copy full SHA for 35d98f1
gitlab/resource_gitlab_user_test.go
@@ -100,7 +100,7 @@ func TestAccGitlabUser_password_reset(t *testing.T) {
100
// Test that either password or reset_password is needed
101
{
102
Config: testAccGitlabUserConfigWrong(rInt),
103
- ExpectError: regexp.MustCompile(`\sAt least one of either password or reset_password must be defined`),
+ ExpectError: regexp.MustCompile("At least one of either password or reset_password must be defined"),
104
},
105
// Create a user without a password
106
0 commit comments