File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ func TestExamplesComplete(t *testing.T) {
2828 outputClusterName := terraform .Output (t , terraformOptions , "cluster_name" )
2929
3030 // Verify we're getting back the outputs we expect
31- assert .Regexp (t , "^eg-ue2-test-msk-test-[0-9a-fA-F]+$" , outputClusterName )
31+ assert .Regexp (t , "^\" eg-ue2-test-msk-test-[0-9a-fA-F]+\" $" , outputClusterName )
3232
3333 // Run `terraform output` to get the value of an output variable
3434 outputSecurityGroupName := terraform .Output (t , terraformOptions , "security_group_name" )
3535
3636 // Verify we're getting back the outputs we expect
37- assert .Regexp (t , "^eg-ue2-test-msk-test-[0-9a-fA-F]+broker$" , outputSecurityGroupName )
37+ assert .Regexp (t , "^\" eg-ue2-test-msk-test-[0-9a-fA-F]+- broker\" $" , outputSecurityGroupName )
3838}
You can’t perform that action at this time.
0 commit comments