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:
Keepers 2023-01-19 12:43:16 -07:00 committed by GitHub
parent 01be9fb67f
commit 0852de5d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,8 +111,7 @@ func readTestConfig() (map[string]string, error) {
TestCfgUserID,
os.Getenv(EnvCorsoM365TestUserID),
vpr.GetString(TestCfgUserID),
"lynner@8qzvrj.onmicrosoft.com",
//"lidiah@8qzvrj.onmicrosoft.com",
"conneri@8qzvrj.onmicrosoft.com",
)
fallbackTo(
testEnv,
@ -120,7 +119,6 @@ func readTestConfig() (map[string]string, error) {
os.Getenv(EnvCorsoSecondaryM365TestUserID),
vpr.GetString(TestCfgSecondaryUserID),
"lidiah@8qzvrj.onmicrosoft.com",
//"lynner@8qzvrj.onmicrosoft.com",
)
fallbackTo(
testEnv,
@ -134,7 +132,7 @@ func readTestConfig() (map[string]string, error) {
TestCfgLoadTestOrgUsers,
os.Getenv(EnvCorsoM365LoadTestOrgUsers),
vpr.GetString(TestCfgLoadTestOrgUsers),
"lidiah@8qzvrj.onmicrosoft.com,lynner@8qzvrj.onmicrosoft.com",
"lidiah@8qzvrj.onmicrosoft.com,conneri@8qzvrj.onmicrosoft.com",
)
fallbackTo(
testEnv,