From 375df593a330ecce7356213864092895a80dfef9 Mon Sep 17 00:00:00 2001 From: Christian Whitehead Date: Tue, 22 Jun 2021 14:45:03 -0700 Subject: [PATCH] fix(unit-tests): update random generation of groupIds --- sdk/communication/azure-communication-callingserver/tests.yml | 4 ++-- sdk/communication/communication-tests-template.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk/communication/azure-communication-callingserver/tests.yml b/sdk/communication/azure-communication-callingserver/tests.yml index 0921fe5e02d31..d3eb6145b93b9 100644 --- a/sdk/communication/azure-communication-callingserver/tests.yml +++ b/sdk/communication/azure-communication-callingserver/tests.yml @@ -4,5 +4,5 @@ trigger: none parameters: PackageName: azure-communication-callingserver SafeName: azurecommunicationcallingserver - Clouds: Public - TestMode: LIVE + Clouds: Public + TestMode: LIVE diff --git a/sdk/communication/communication-tests-template.yml b/sdk/communication/communication-tests-template.yml index 7cccff13f81af..0b89f66004f23 100644 --- a/sdk/communication/communication-tests-template.yml +++ b/sdk/communication/communication-tests-template.yml @@ -2,6 +2,7 @@ parameters: PackageName: not-specified SafeName: notspecified Clouds: 'Public,Int' + TestMode: ${{ parameters.TestMode }} EnvVars: {} stages: