fix: pipeline fixes
[skip ci]
This commit is contained in:
parent
0ba4612438
commit
3309489612
2 changed files with 7 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue