-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Roshan-sy <[email protected]>
- Loading branch information
Showing
2 changed files
with
1,223 additions
and
717 deletions.
There are no files selected for viewing
1,938 changes: 1,222 additions & 716 deletions
1,938
tests/recordings/test_devops_user_command_addUpdateListShowRemove.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]' | ||
|
||
|
||
|