Skip to content

Commit ccf6113

Browse files
committed
Lil lint
1 parent 012d2cd commit ccf6113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/ec2/stop_instance_action_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ action "aws_ec2_stop_instance" "test" {
138138
}
139139

140140
// Step 1: Get the AWS provider as a ProviderServerWithActions
141-
func providerWithActions(ctx context.Context, t *testing.T) tfprotov5.ProviderServerWithActions {
141+
func providerWithActions(ctx context.Context, t *testing.T) tfprotov5.ProviderServerWithActions { //nolint:staticcheck // SA1019: Working in alpha situation
142142
t.Helper()
143143

144144
// Use the existing configured provider factories that handle muxing

0 commit comments

Comments
 (0)