Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: sivchari <shibuuuu5@gmail.com>
  • Loading branch information
sivchari committed Aug 18, 2023
1 parent edd7d06 commit 42d4545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/piped/platformprovider/lambda/function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestParseFunctionManifest(t *testing.T) {
"image": "ecr.region.amazonaws.com/lambda-simple-function:v0.0.1",
"vpcConfig": {
securityGroupIds: ["sg-1234567890", "sg-0987654321"],
sbnetIds: ["subnet-1234567890", "subnet-0987654321"]
subnetIds: ["subnet-1234567890", "subnet-0987654321"]
}
}
}`,
Expand Down

0 comments on commit 42d4545

Please sign in to comment.