There was an error while loading. Please reload this page.
2 parents 587d3c8 + c811809 commit f897ca7Copy full SHA for f897ca7
1 file changed
cmd/carapace-aws/main_test.go
@@ -39,7 +39,7 @@ func TestService(t *testing.T) {
39
}
40
41
42
- for operation := range botocore.Operations("ec2") {
+ for operation := range botocore.Operations(service) {
43
t.Run(operation, func(t *testing.T) {
44
t.Parallel()
45
patch := carapace.DiffPatch(
0 commit comments