diff --git a/internal/registry/acctest/par.go b/internal/registry/acctest/par.go index 75a5f6553..da03088fb 100644 --- a/internal/registry/acctest/par.go +++ b/internal/registry/acctest/par.go @@ -46,8 +46,8 @@ func NewTestConfig(t *testing.T) (*Config, error) { return &Config{ Client: cli, Loc: &sharedmodels.HashicorpCloudLocationLocation{ - OrganizationID: cfg.OrgId, - ProjectID: cfg.ProjectId, + OrganizationID: cli.OrganizationID, + ProjectID: cli.ProjectID, }, T: t, }, nil