Skip to content

Commit

Permalink
test_devops_security_permission_tests fixed (#1191)
Browse files Browse the repository at this point in the history
* test_build_listQueueShow Fixed

* test_pull_request_policies_workitems fixed

* test_devops_security_permission_tests fixed
  • Loading branch information
roshan-sy authored Sep 6, 2021
1 parent 3b4e2db commit a50f39a
Show file tree
Hide file tree
Showing 2 changed files with 3,243 additions and 1,869 deletions.
5,110 changes: 3,242 additions & 1,868 deletions tests/recordings/test_devops_security_permission_tests.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/test_devopsSecurityPermissionTest.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 = 'new_user_test@outlook.com'


Expand Down

0 comments on commit a50f39a

Please sign in to comment.