From 5c771df8f9dea0c798dae1ab9b30a4079a4871a5 Mon Sep 17 00:00:00 2001 From: ryanfkeepers Date: Tue, 4 Apr 2023 16:38:24 -0600 Subject: [PATCH] use test user, not load test user --- .github/workflows/sanity-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 3ff954b81..538e4233f 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -105,7 +105,7 @@ 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 }} + CORSO_M365_TEST_USER_ID: ${{ secrets.CORSO_M365_TEST_USER_ID }} run: | go run . exchange emails \ --user ${{ env.CORSO_M365_TEST_USER_ID }} \