Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neilson committed Nov 5, 2020
1 parent f13aa89 commit 7b833a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ describe('Test WorkerInstanceConfiguration connect to RenderQueue', () => {
const instanceSGId = stack.resolve(instanceSG.securityGroupId);

// THEN
// White-box testing. We know that we invoked the connection method on the
// Open-box testing. We know that we invoked the connection method on the
// render queue if the security group for the instance has an ingress rule to the RQ.
expectCDK(stack).to(haveResourceLike('AWS::EC2::SecurityGroupIngress', {
IpProtocol: 'tcp',
Expand All @@ -450,7 +450,7 @@ describe('Test WorkerInstanceConfiguration connect to RenderQueue', () => {
const instanceSGId = stack.resolve(instanceSG.securityGroupId);

// THEN
// White-box testing. We know that we invoked the connection method on the
// Open-box testing. We know that we invoked the connection method on the
// render queue if the security group for the instance has an ingress rule to the RQ.
expectCDK(stack).to(haveResourceLike('AWS::EC2::SecurityGroupIngress', {
IpProtocol: 'tcp',
Expand Down

0 comments on commit 7b833a3

Please sign in to comment.