test_devops_security_permission_tests fixed (#1191)

* test_build_listQueueShow Fixed

* test_pull_request_policies_workitems fixed

* test_devops_security_permission_tests fixed
This commit is contained in:
Roshan Soni 2021-09-06 13:57:46 +05:30 коммит произвёл GitHub
Родитель 3b4e2db782
Коммит a50f39a71b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3200 добавлений и 1826 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -8,7 +8,7 @@ from knack.util import CLIError
from azure_devtools.scenario_tests import AllowLargeResponse
from .utilities.helper import DevopsScenarioTest, disable_telemetry, set_authentication, get_test_org_from_env_variable
DEVOPS_CLI_TEST_ORGANIZATION = get_test_org_from_env_variable() or 'https://dev.azure.com/azuredevopsclitest'
DEVOPS_CLI_TEST_ORGANIZATION = get_test_org_from_env_variable() or 'https://dev.azure.com/devops-cli-test-org'
_TEST_EMAIL_ID = 'new_user_test@outlook.com'