test_build_listQueueShow Fixed (#1189)
This commit is contained in:
Родитель
926eea62c7
Коммит
ba7da9be4e
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -9,7 +9,7 @@ import unittest
|
|||
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'
|
||||
|
||||
class PipelinesTests(DevopsScenarioTest):
|
||||
@AllowLargeResponse(size_kb=3072)
|
||||
|
|
Загрузка…
Ссылка в новой задаче