test_build_tag_listAddDelete Fixed (#1188)

* test_devopsUserTest fixed

* test_build_tag_listAddDelete Fixed

Co-authored-by: Roshan-sy <roshan-sy@github.com>
This commit is contained in:
Roshan Soni 2021-09-03 15:11:57 +05:30 коммит произвёл GitHub
Родитель 477d80b1ed
Коммит 926eea62c7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 616 добавлений и 421 удалений

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

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

@ -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 PipelinesBuildTagTests(DevopsScenarioTest):
@AllowLargeResponse(size_kb=3072)