set new CI test user default (#2172)
## Description CI Secrets will need to be updated to complete this change. ## Does this PR need a docs update or release note? - [x] ⛔ No ## Type of change - [x] 🤖 Test - [x] 💻 CI/Deployment ## Issue(s) * #2022 ## Test Plan - [x] 💪 Manual - [x] 💚 E2E
This commit is contained in:
parent
01be9fb67f
commit
0852de5d64
@ -111,8 +111,7 @@ func readTestConfig() (map[string]string, error) {
|
|||||||
TestCfgUserID,
|
TestCfgUserID,
|
||||||
os.Getenv(EnvCorsoM365TestUserID),
|
os.Getenv(EnvCorsoM365TestUserID),
|
||||||
vpr.GetString(TestCfgUserID),
|
vpr.GetString(TestCfgUserID),
|
||||||
"lynner@8qzvrj.onmicrosoft.com",
|
"conneri@8qzvrj.onmicrosoft.com",
|
||||||
//"lidiah@8qzvrj.onmicrosoft.com",
|
|
||||||
)
|
)
|
||||||
fallbackTo(
|
fallbackTo(
|
||||||
testEnv,
|
testEnv,
|
||||||
@ -120,7 +119,6 @@ func readTestConfig() (map[string]string, error) {
|
|||||||
os.Getenv(EnvCorsoSecondaryM365TestUserID),
|
os.Getenv(EnvCorsoSecondaryM365TestUserID),
|
||||||
vpr.GetString(TestCfgSecondaryUserID),
|
vpr.GetString(TestCfgSecondaryUserID),
|
||||||
"lidiah@8qzvrj.onmicrosoft.com",
|
"lidiah@8qzvrj.onmicrosoft.com",
|
||||||
//"lynner@8qzvrj.onmicrosoft.com",
|
|
||||||
)
|
)
|
||||||
fallbackTo(
|
fallbackTo(
|
||||||
testEnv,
|
testEnv,
|
||||||
@ -134,7 +132,7 @@ func readTestConfig() (map[string]string, error) {
|
|||||||
TestCfgLoadTestOrgUsers,
|
TestCfgLoadTestOrgUsers,
|
||||||
os.Getenv(EnvCorsoM365LoadTestOrgUsers),
|
os.Getenv(EnvCorsoM365LoadTestOrgUsers),
|
||||||
vpr.GetString(TestCfgLoadTestOrgUsers),
|
vpr.GetString(TestCfgLoadTestOrgUsers),
|
||||||
"lidiah@8qzvrj.onmicrosoft.com,lynner@8qzvrj.onmicrosoft.com",
|
"lidiah@8qzvrj.onmicrosoft.com,conneri@8qzvrj.onmicrosoft.com",
|
||||||
)
|
)
|
||||||
fallbackTo(
|
fallbackTo(
|
||||||
testEnv,
|
testEnv,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user