Skip to content

Commit

Permalink
test_build_listQueueShow Fixed (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan-sy authored Sep 6, 2021
1 parent 926eea6 commit ba7da9b
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 580 deletions.
1,066 changes: 487 additions & 579 deletions tests/recordings/test_build_listQueueShow.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/test_pipelinesBuildTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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)
Expand Down

0 comments on commit ba7da9b

Please sign in to comment.