Fixed (#1198)
This commit is contained in:
Родитель
745a68e65f
Коммит
786acc17a8
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -10,7 +10,7 @@ from azure_devtools.scenario_tests import AllowLargeResponse
|
|||
from .utilities.helper import (
|
||||
DevopsScenarioTest, get_random_name, 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 ReposRepoTests(DevopsScenarioTest):
|
||||
@AllowLargeResponse(size_kb=3072)
|
||||
|
|
Загрузка…
Ссылка в новой задаче