mirror of https://github.com/pulumi/pulumi.git
![]() Fixes: #2993 ``` func TestAccMyExample(t *testing.T) { test := getBaseOptions(). With(integration.ProgramTestOptions{ Dir: filepath.Join(getCwd(t), "test-dir"), DecryptSecretsInOutput: true, ExtraRuntimeValidation: func(t *testing.T, stackInfo integration.RuntimeValidationStackInfo) { // manipulate the output of the stack here }), }) integration.ProgramTest(t, &test) } ``` |
||
---|---|---|
.. | ||
integration |