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 @@ -25,7 +25,7 @@ func TestRunBasicExample(t *testing.T) {
2525
2626 t .Parallel ()
2727
28- options := setupOptions (t , "roks- cp4d-basic " , defaultExampleTerraformDir )
28+ options := setupOptions (t , "cp4d" , defaultExampleTerraformDir )
2929
3030 output , err := options .RunTestConsistency ()
3131 assert .Nil (t , err , "This should not have errored" )
@@ -36,7 +36,7 @@ func TestRunBasicExample(t *testing.T) {
3636// Upgrade test (using advanced example)
3737func TestRunUpgradeExample (t * testing.T ) {
3838 t .Parallel ()
39- options := setupOptions (t , "roks- cp4d-upg" , defaultExampleTerraformDir )
39+ options := setupOptions (t , "cp4d-upg" , defaultExampleTerraformDir )
4040
4141 output , err := options .RunTestUpgrade ()
4242 if ! options .UpgradeTestSkipped {
You can’t perform that action at this time.
0 commit comments