diff --git a/src/cli/backup/exchange_e2e_test.go b/src/cli/backup/exchange_e2e_test.go index f2e578cb7..89360bfc3 100644 --- a/src/cli/backup/exchange_e2e_test.go +++ b/src/cli/backup/exchange_e2e_test.go @@ -55,8 +55,7 @@ func TestNoBackupExchangeE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests)}) + )}) } func (suite *NoBackupExchangeE2ESuite) SetupSuite() { @@ -136,8 +135,7 @@ func TestBackupExchangeE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests)}) + )}) } func (suite *BackupExchangeE2ESuite) SetupSuite() { @@ -268,8 +266,7 @@ func TestPreparedBackupExchangeE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests)}) + )}) } func (suite *PreparedBackupExchangeE2ESuite) SetupSuite() { @@ -512,8 +509,7 @@ func TestBackupDeleteExchangeE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests), + ), }) } diff --git a/src/cli/backup/onedrive_e2e_test.go b/src/cli/backup/onedrive_e2e_test.go index a180708b5..b94349ca5 100644 --- a/src/cli/backup/onedrive_e2e_test.go +++ b/src/cli/backup/onedrive_e2e_test.go @@ -46,8 +46,7 @@ func TestNoBackupOneDriveE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests), + ), }) } @@ -171,8 +170,7 @@ func TestBackupDeleteOneDriveE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests), + ), }) } diff --git a/src/cli/backup/sharepoint_e2e_test.go b/src/cli/backup/sharepoint_e2e_test.go index 249e028fc..518ce9a2d 100644 --- a/src/cli/backup/sharepoint_e2e_test.go +++ b/src/cli/backup/sharepoint_e2e_test.go @@ -45,8 +45,7 @@ func TestNoBackupSharePointE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests)}) + )}) } func (suite *NoBackupSharePointE2ESuite) SetupSuite() { @@ -127,8 +126,7 @@ func TestBackupDeleteSharePointE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIBackupTests), + ), }) } diff --git a/src/cli/config/config_test.go b/src/cli/config/config_test.go index 295107eb1..53f7b6e36 100644 --- a/src/cli/config/config_test.go +++ b/src/cli/config/config_test.go @@ -200,7 +200,7 @@ func TestConfigIntegrationSuite(t *testing.T) { suite.Run(t, &ConfigIntegrationSuite{Suite: tester.NewIntegrationSuite( t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, - tester.CorsoCLIConfigTests)}) + )}) } func (suite *ConfigIntegrationSuite) TestGetStorageAndAccount() { diff --git a/src/cli/repo/s3_e2e_test.go b/src/cli/repo/s3_e2e_test.go index d0c543dc7..fc4f5debd 100644 --- a/src/cli/repo/s3_e2e_test.go +++ b/src/cli/repo/s3_e2e_test.go @@ -26,8 +26,7 @@ func TestS3E2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIRepoTests)}) + )}) } func (suite *S3E2ESuite) TestInitS3Cmd() { diff --git a/src/cli/restore/exchange_e2e_test.go b/src/cli/restore/exchange_e2e_test.go index 0b91069f6..45c567ebe 100644 --- a/src/cli/restore/exchange_e2e_test.go +++ b/src/cli/restore/exchange_e2e_test.go @@ -48,8 +48,7 @@ func TestRestoreExchangeE2ESuite(t *testing.T) { t, [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, tester.CorsoCITests, - tester.CorsoCLITests, - tester.CorsoCLIRestoreTests), + ), }) } diff --git a/src/internal/connector/data_collections_test.go b/src/internal/connector/data_collections_test.go index cd21f22bd..6da05e319 100644 --- a/src/internal/connector/data_collections_test.go +++ b/src/internal/connector/data_collections_test.go @@ -36,8 +36,7 @@ func TestConnectorDataCollectionIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoConnectorDataCollectionTests), + ), }) } @@ -308,8 +307,7 @@ func TestConnectorCreateSharePointCollectionIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoConnectorCreateSharePointCollectionTests), + ), }) } diff --git a/src/internal/connector/discovery/discovery_test.go b/src/internal/connector/discovery/discovery_test.go index 3f483c5e9..43e880e4b 100644 --- a/src/internal/connector/discovery/discovery_test.go +++ b/src/internal/connector/discovery/discovery_test.go @@ -20,11 +20,11 @@ type DiscoveryIntegrationSuite struct { } func TestDiscoveryIntegrationSuite(t *testing.T) { - suite.Run(t, &DiscoveryIntegrationSuite{Suite: tester.NewIntegrationSuite( - t, - [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - )}) + suite.Run(t, &DiscoveryIntegrationSuite{ + Suite: tester.NewIntegrationSuite( + t, + [][]string{tester.M365AcctCredEnvs}), + }) } func (suite *DiscoveryIntegrationSuite) TestUsers() { diff --git a/src/internal/connector/exchange/api/api_test.go b/src/internal/connector/exchange/api/api_test.go index 39c41919b..d8c2c7f39 100644 --- a/src/internal/connector/exchange/api/api_test.go +++ b/src/internal/connector/exchange/api/api_test.go @@ -27,8 +27,7 @@ func TestExchangeServiceSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorExchangeTests), + ), }) } diff --git a/src/internal/connector/exchange/container_resolver_test.go b/src/internal/connector/exchange/container_resolver_test.go index b54a5eaa0..deff809d0 100644 --- a/src/internal/connector/exchange/container_resolver_test.go +++ b/src/internal/connector/exchange/container_resolver_test.go @@ -527,9 +527,7 @@ func TestFolderCacheIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorExchangeTests, - tester.CorsoConnectorExchangeFolderCacheTests), + ), }) } diff --git a/src/internal/connector/exchange/data_collections_test.go b/src/internal/connector/exchange/data_collections_test.go index dbfc3f2a7..fac5e636e 100644 --- a/src/internal/connector/exchange/data_collections_test.go +++ b/src/internal/connector/exchange/data_collections_test.go @@ -220,9 +220,7 @@ func TestDataCollectionsIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorExchangeTests, - tester.CorsoConnectorCreateExchangeCollectionTests), + ), }) } diff --git a/src/internal/connector/exchange/folder_resolver_test.go b/src/internal/connector/exchange/folder_resolver_test.go index 05496491a..9ec6b63f3 100644 --- a/src/internal/connector/exchange/folder_resolver_test.go +++ b/src/internal/connector/exchange/folder_resolver_test.go @@ -26,8 +26,7 @@ func TestCacheResolverIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorExchangeTests), + ), }) } diff --git a/src/internal/connector/exchange/mail_folder_cache_test.go b/src/internal/connector/exchange/mail_folder_cache_test.go index 997ba65ca..9227fc51c 100644 --- a/src/internal/connector/exchange/mail_folder_cache_test.go +++ b/src/internal/connector/exchange/mail_folder_cache_test.go @@ -37,8 +37,7 @@ func TestMailFolderCacheIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorExchangeTests), + ), }) } diff --git a/src/internal/connector/exchange/restore_test.go b/src/internal/connector/exchange/restore_test.go index ec373eddb..7f07be1e2 100644 --- a/src/internal/connector/exchange/restore_test.go +++ b/src/internal/connector/exchange/restore_test.go @@ -34,9 +34,7 @@ func TestExchangeRestoreSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorExchangeTests, - tester.CorsoConnectorRestoreExchangeCollectionTests), + ), }) } diff --git a/src/internal/connector/graph/betasdk/beta_client_test.go b/src/internal/connector/graph/betasdk/beta_client_test.go index d5e5eb3d5..cd1dc3dda 100644 --- a/src/internal/connector/graph/betasdk/beta_client_test.go +++ b/src/internal/connector/graph/betasdk/beta_client_test.go @@ -20,10 +20,7 @@ type BetaClientSuite struct { func TestBetaClientSuite(t *testing.T) { suite.Run(t, &BetaClientSuite{ - Suite: tester.NewIntegrationSuite( - t, - [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests), + Suite: tester.NewIntegrationSuite(t, [][]string{tester.M365AcctCredEnvs}), }) } diff --git a/src/internal/connector/graph_connector_onedrive_test.go b/src/internal/connector/graph_connector_onedrive_test.go index 29b520cb4..127a431c7 100644 --- a/src/internal/connector/graph_connector_onedrive_test.go +++ b/src/internal/connector/graph_connector_onedrive_test.go @@ -114,8 +114,7 @@ func TestGraphConnectorOneDriveIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorOneDriveTests), + ), }) } diff --git a/src/internal/connector/graph_connector_test.go b/src/internal/connector/graph_connector_test.go index 0d292aced..c19221f64 100644 --- a/src/internal/connector/graph_connector_test.go +++ b/src/internal/connector/graph_connector_test.go @@ -150,8 +150,7 @@ func TestGraphConnectorIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorExchangeTests), + ), }) } diff --git a/src/internal/connector/onedrive/api/drive_test.go b/src/internal/connector/onedrive/api/drive_test.go index 434f1947f..ec4406a35 100644 --- a/src/internal/connector/onedrive/api/drive_test.go +++ b/src/internal/connector/onedrive/api/drive_test.go @@ -37,8 +37,7 @@ func TestOneDriveAPIs(t *testing.T) { suite.Run(t, &OneDriveAPISuite{ Suite: tester.NewIntegrationSuite( t, - [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorOneDriveTests), + [][]string{tester.M365AcctCredEnvs}), }) } diff --git a/src/internal/connector/onedrive/drive_test.go b/src/internal/connector/onedrive/drive_test.go index 2e5e9295f..e219fd512 100644 --- a/src/internal/connector/onedrive/drive_test.go +++ b/src/internal/connector/onedrive/drive_test.go @@ -332,8 +332,7 @@ func TestOneDriveDriveSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorOneDriveTests), + ), }) } diff --git a/src/internal/connector/onedrive/item_test.go b/src/internal/connector/onedrive/item_test.go index 5029cbb76..f1b4d1ff6 100644 --- a/src/internal/connector/onedrive/item_test.go +++ b/src/internal/connector/onedrive/item_test.go @@ -31,8 +31,7 @@ func TestItemIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorOneDriveTests), + ), }) } diff --git a/src/internal/connector/sharepoint/api/pages_test.go b/src/internal/connector/sharepoint/api/pages_test.go index 91d847ac6..36db24bc1 100644 --- a/src/internal/connector/sharepoint/api/pages_test.go +++ b/src/internal/connector/sharepoint/api/pages_test.go @@ -41,11 +41,7 @@ func (suite *SharePointPageSuite) SetupSuite() { func TestSharePointPageSuite(t *testing.T) { suite.Run(t, &SharePointPageSuite{ - Suite: tester.NewIntegrationSuite( - t, - [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorSharePointTests), + Suite: tester.NewIntegrationSuite(t, [][]string{tester.M365AcctCredEnvs}), }) } diff --git a/src/internal/connector/sharepoint/collection_test.go b/src/internal/connector/sharepoint/collection_test.go index 52754ca5e..ae962df0c 100644 --- a/src/internal/connector/sharepoint/collection_test.go +++ b/src/internal/connector/sharepoint/collection_test.go @@ -48,8 +48,7 @@ func TestSharePointCollectionSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorSharePointTests), + ), }) } diff --git a/src/internal/connector/sharepoint/data_collections_test.go b/src/internal/connector/sharepoint/data_collections_test.go index ea1b31877..558c8583d 100644 --- a/src/internal/connector/sharepoint/data_collections_test.go +++ b/src/internal/connector/sharepoint/data_collections_test.go @@ -186,8 +186,7 @@ func TestSharePointPagesSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorSharePointTests), + ), }) } diff --git a/src/internal/connector/sharepoint/list_test.go b/src/internal/connector/sharepoint/list_test.go index 443d4b0bd..dd866b5cf 100644 --- a/src/internal/connector/sharepoint/list_test.go +++ b/src/internal/connector/sharepoint/list_test.go @@ -32,8 +32,7 @@ func TestSharePointSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.M365AcctCredEnvs}, - tester.CorsoGraphConnectorTests, - tester.CorsoGraphConnectorSharePointTests), + ), }) } diff --git a/src/internal/kopia/conn_test.go b/src/internal/kopia/conn_test.go index 2f84ccd41..553215f37 100644 --- a/src/internal/kopia/conn_test.go +++ b/src/internal/kopia/conn_test.go @@ -64,7 +64,6 @@ func TestWrapperIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.AWSStorageCredEnvs}, - tester.CorsoKopiaWrapperTests, ), }) } diff --git a/src/internal/kopia/model_store_test.go b/src/internal/kopia/model_store_test.go index a4c4d496f..a054a8d05 100644 --- a/src/internal/kopia/model_store_test.go +++ b/src/internal/kopia/model_store_test.go @@ -68,7 +68,6 @@ func TestModelStoreIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.AWSStorageCredEnvs}, - tester.CorsoModelStoreTests, ), }) } @@ -729,7 +728,6 @@ func TestModelStoreRegressionSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.AWSStorageCredEnvs}, - tester.CorsoModelStoreTests, ), }) } diff --git a/src/internal/kopia/wrapper_test.go b/src/internal/kopia/wrapper_test.go index f6c0f4f8f..160e20c28 100644 --- a/src/internal/kopia/wrapper_test.go +++ b/src/internal/kopia/wrapper_test.go @@ -160,7 +160,6 @@ func TestKopiaIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.AWSStorageCredEnvs}, - tester.CorsoKopiaWrapperTests, ), }) } @@ -743,7 +742,6 @@ func TestKopiaSimpleRepoIntegrationSuite(t *testing.T) { Suite: tester.NewIntegrationSuite( t, [][]string{tester.AWSStorageCredEnvs}, - tester.CorsoKopiaWrapperTests, ), }) } diff --git a/src/internal/operations/backup_integration_test.go b/src/internal/operations/backup_integration_test.go index 27a1dd625..0d22e3e77 100644 --- a/src/internal/operations/backup_integration_test.go +++ b/src/internal/operations/backup_integration_test.go @@ -469,9 +469,7 @@ func TestBackupOpIntegrationSuite(t *testing.T) { suite.Run(t, &BackupOpIntegrationSuite{ Suite: tester.NewIntegrationSuite( t, - [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, - tester.CorsoOperationTests, - tester.CorsoOperationBackupTests), + [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}), }) } diff --git a/src/internal/operations/restore_test.go b/src/internal/operations/restore_test.go index 8834a0c2b..223d4a7a6 100644 --- a/src/internal/operations/restore_test.go +++ b/src/internal/operations/restore_test.go @@ -153,8 +153,7 @@ func TestRestoreOpIntegrationSuite(t *testing.T) { suite.Run(t, &RestoreOpIntegrationSuite{ Suite: tester.NewIntegrationSuite( t, - [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, - tester.CorsoOperationTests), + [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}), }) } diff --git a/src/internal/tester/suite.go b/src/internal/tester/suite.go index ae40c583f..f351b970c 100644 --- a/src/internal/tester/suite.go +++ b/src/internal/tester/suite.go @@ -15,28 +15,6 @@ const ( CorsoCITests = "CORSO_CI_TESTS" CorsoE2ETests = "CORSO_E2E_TESTS" CorsoLoadTests = "CORSO_LOAD_TESTS" - - CorsoCLIBackupTests = "CORSO_COMMAND_LINE_BACKUP_TESTS" - CorsoCLIConfigTests = "CORSO_COMMAND_LINE_CONFIG_TESTS" - CorsoCLIRepoTests = "CORSO_COMMAND_LINE_REPO_TESTS" - CorsoCLIRestoreTests = "CORSO_COMMAND_LINE_RESTORE_TESTS" - CorsoCLITests = "CORSO_COMMAND_LINE_TESTS" - CorsoConnectorCreateCollectionTests = "CORSO_CONNECTOR_CREATE_COLLECTION_TESTS" - CorsoConnectorCreateExchangeCollectionTests = "CORSO_CONNECTOR_CREATE_EXCHANGE_COLLECTION_TESTS" - CorsoConnectorCreateSharePointCollectionTests = "CORSO_CONNECTOR_CREATE_SHAREPOINT_COLLECTION_TESTS" - CorsoConnectorDataCollectionTests = "CORSO_CONNECTOR_DATA_COLLECTION_TESTS" - CorsoConnectorExchangeFolderCacheTests = "CORSO_CONNECTOR_EXCHANGE_FOLDER_CACHE_TESTS" - CorsoConnectorRestoreExchangeCollectionTests = "CORSO_CONNECTOR_RESTORE_EXCHANGE_COLLECTION_TESTS" - CorsoGraphConnectorTests = "CORSO_GRAPH_CONNECTOR_TESTS" - CorsoGraphConnectorExchangeTests = "CORSO_GRAPH_CONNECTOR_EXCHANGE_TESTS" - CorsoGraphConnectorOneDriveTests = "CORSO_GRAPH_CONNECTOR_ONE_DRIVE_TESTS" - CorsoGraphConnectorSharePointTests = "CORSO_GRAPH_CONNECTOR_SHAREPOINT_TESTS" - CorsoKopiaWrapperTests = "CORSO_KOPIA_WRAPPER_TESTS" - CorsoModelStoreTests = "CORSO_MODEL_STORE_TESTS" - CorsoOneDriveTests = "CORSO_ONE_DRIVE_TESTS" - CorsoOperationTests = "CORSO_OPERATION_TESTS" - CorsoOperationBackupTests = "CORSO_OPERATION_BACKUP_TESTS" - CorsoRepositoryTests = "CORSO_REPOSITORY_TESTS" ) type Suite interface { diff --git a/src/pkg/repository/repository_test.go b/src/pkg/repository/repository_test.go index 85e1d595e..0813a932f 100644 --- a/src/pkg/repository/repository_test.go +++ b/src/pkg/repository/repository_test.go @@ -106,9 +106,7 @@ func TestRepositoryIntegrationSuite(t *testing.T) { suite.Run(t, &RepositoryIntegrationSuite{ Suite: tester.NewIntegrationSuite( t, - [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, - tester.CorsoRepositoryTests, - ), + [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}), }) } diff --git a/src/pkg/repository/repository_unexported_test.go b/src/pkg/repository/repository_unexported_test.go index c2d6baddd..34f7a6de6 100644 --- a/src/pkg/repository/repository_unexported_test.go +++ b/src/pkg/repository/repository_unexported_test.go @@ -20,9 +20,7 @@ func TestRepositoryModelSuite(t *testing.T) { suite.Run(t, &RepositoryModelSuite{ Suite: tester.NewIntegrationSuite( t, - [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}, - tester.CorsoRepositoryTests, - ), + [][]string{tester.AWSStorageCredEnvs, tester.M365AcctCredEnvs}), }) }