Fixes the resource-not-found-fix (#587)

Bug fix-> UserID replaces the use of a TenantID on query.
This commit is contained in:
Danny 2022-08-17 18:17:34 -04:00 committed by GitHub
parent c4e5915983
commit ce087a2fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ func readTestConfig() (map[string]string, error) {
testEnv,
TestCfgUserID,
os.Getenv(EnvCorsoM365TestUserID),
vpr.GetString(TestCfgTenantID),
vpr.GetString(TestCfgUserID),
"lidiah@8qzvrj.onmicrosoft.com",
)
testEnv[EnvCorsoTestConfigFilePath] = os.Getenv(EnvCorsoTestConfigFilePath)