We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a86ae4 commit 94b4fd6Copy full SHA for 94b4fd6
tests/pr_test.go
@@ -36,7 +36,7 @@ func TestRunBasicExample(t *testing.T) {
36
// Upgrade test (using advanced example)
37
func TestRunUpgradeExample(t *testing.T) {
38
t.Parallel()
39
- options := setupOptions(t, "cp4d-upg", defaultExampleTerraformDir)
+ options := setupOptions(t, "cp4dup", defaultExampleTerraformDir)
40
41
output, err := options.RunTestUpgrade()
42
if !options.UpgradeTestSkipped {
0 commit comments