Skip to content

Commit f897ca7

Browse files
authored
Merge pull request #34 from carapace-sh/fix-test
fix test
2 parents 587d3c8 + c811809 commit f897ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/carapace-aws/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestService(t *testing.T) {
3939
}
4040
}
4141

42-
for operation := range botocore.Operations("ec2") {
42+
for operation := range botocore.Operations(service) {
4343
t.Run(operation, func(t *testing.T) {
4444
t.Parallel()
4545
patch := carapace.DiffPatch(

0 commit comments

Comments
 (0)