Skip to content

Commit

Permalink
Fixed (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan-sy authored Sep 7, 2021
1 parent 745a68e commit 786acc1
Show file tree
Hide file tree
Showing 2 changed files with 721 additions and 331 deletions.
1,050 changes: 720 additions & 330 deletions tests/recordings/test_repos_createListShowDelete.yaml

Large diffs are not rendered by default.

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

0 comments on commit 786acc1

Please sign in to comment.