fix: pipeline fixes

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-10 18:14:22 +01:00
parent 0ba4612438
commit 3309489612
2 changed files with 7 additions and 10 deletions

View file

@ -297,9 +297,6 @@ func TestAccInstanceWithUsers(t *testing.T) {
data := getExample()
userName := "testUser"
if pID, ok := os.LookupEnv("TF_ACC_PROJECT_ID"); !ok || pID == "" {
t.Errorf("TF_ACC_PROJECT_ID is not set")
}
data.Users = []User{
{
Name: userName,