Fixes the resource-not-found-fix (#587)
Bug fix-> UserID replaces the use of a TenantID on query.
This commit is contained in:
parent
c4e5915983
commit
ce087a2fd2
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user