Skip to content

Commit 93a30a2

Browse files
committed
fixup! Correct test after validation simplification
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent fccd04b commit 93a30a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_team_settings_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func TestAccGithubTeamSettings(t *testing.T) {
150150
Config: strings.Replace(config,
151151
`algorithm = "ROUND_ROBIN"`,
152152
`algorithm = "invalid"`, 1),
153-
ExpectError: regexp.MustCompile(`review request delegation algorithm must be one of \[.*\]`),
153+
ExpectError: regexp.MustCompile(`expected algorithm to be one of \[.*\]`),
154154
},
155155
},
156156
})

0 commit comments

Comments
 (0)