Skip to content

Commit

Permalink
test_devopsUserTest fixed (#1187)
Browse files Browse the repository at this point in the history
Co-authored-by: Roshan-sy <[email protected]>
  • Loading branch information
roshan-sy and Roshan-sy authored Sep 3, 2021
1 parent 2eb0e9e commit 477d80b
Show file tree
Hide file tree
Showing 2 changed files with 1,223 additions and 717 deletions.
1,938 changes: 1,222 additions & 716 deletions tests/recordings/test_devops_user_command_addUpdateListShowRemove.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/test_devopsUserTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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'
_TEST_EMAIL_ID = '[email protected]'


Expand Down

0 comments on commit 477d80b

Please sign in to comment.