Skip to content

Commit

Permalink
update atf
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Dec 11, 2024
1 parent e598eb5 commit c56264b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/acceptance_test/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ func getHeadersAndQueryParamsAndIAMVersion() (map[string]string, map[string]stri
}
if iamVersion == constants.IamGlp {
queryParam[constants.TenantIDKey] = os.Getenv("HPEGL_VMAAS_SPACE_NAME")
headers["X-Tenant-ID"] = os.Getenv("HPEGL_VMAAS_SPACE_NAME")

} else {
queryParam[constants.SpaceKey] = os.Getenv("HPEGL_VMAAS_SPACE_NAME")
}
Expand Down

0 comments on commit c56264b

Please sign in to comment.