From 5a07702e82f20d89810022ed134362d7b513f560 Mon Sep 17 00:00:00 2001 From: neha_gupta Date: Fri, 14 Apr 2023 12:57:21 +0530 Subject: [PATCH] correct usage of mailbox flag (#3123) Bug- incorrect usage of mailbox flag in sanity test #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/sanity-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index dd5d5b5d4..daafd0321 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -109,10 +109,9 @@ jobs: AZURE_CLIENT_ID: ${{ secrets.CLIENT_ID }} AZURE_CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }} AZURE_TENANT_ID: ${{ secrets.TENANT_ID }} - CORSO_M365_LOAD_TEST_USER_ID: ${{ secrets.CORSO_M365_LOAD_TEST_USER_ID }} run: | go run . exchange emails \ - --mailbox ${{ env.CORSO_M365_TEST_USER_ID }} \ + --user ${{ env.CORSO_M365_TEST_USER_ID }} \ --tenant ${{ env.AZURE_TENANT_ID }} \ --destination Corso_Restore_st_${{ steps.repo-init.outputs.result }} \ --count 4