fix: builder and sdk changes #81
2 changed files with 6 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ func TestAccInstance(t *testing.T) {
|
|||
updSizeData := exData
|
||||
updSizeData.Size = 25
|
||||
|
||||
updBackupSched := exData
|
||||
updBackupSched.BackupSchedule = "30 3 5 * *"
|
||||
updBackupSched := updSizeData
|
||||
updBackupSched.BackupSchedule = "30 3 * * *"
|
||||
|
||||
/*
|
||||
{
|
||||
|
|
|
|||
|
|
@ -127,6 +127,10 @@ func TestMshTest(t *testing.T) {
|
|||
},
|
||||
)
|
||||
|
||||
if _, ok := os.LookupEnv("TF_ACC_SERVICE_ACCOUNT_FILE"); !ok {
|
||||
t.Skipf("TF_ACC_SERVICE_ACCOUNT_FILE is missing")
|
||||
}
|
||||
|
||||
test.Test(
|
||||
t, test.TestCase{
|
||||
IsUnitTest: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue