fix: pipeline fixes
[skip ci]
This commit is contained in:
parent
8c490da5ce
commit
0ba4612438
4 changed files with 11 additions and 8 deletions
|
|
@ -297,6 +297,9 @@ 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