Skip to content

Commit

Permalink
test_workItemCreateShowUpdateDelete Fixed (#1196)
Browse files Browse the repository at this point in the history
* test_workItemCreateShowUpdateDelete Fixed

* Error fixed

* Fixed
  • Loading branch information
roshan-sy authored Sep 7, 2021
1 parent a50f39a commit ab28adb
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 284 deletions.
791 changes: 508 additions & 283 deletions tests/recordings/test_workItemCreateShowUpdateDelete.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion tests/test_boardsWorkItemTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 BoardsWorkItemTests(DevopsScenarioTest):
@AllowLargeResponse(size_kb=3072)
Expand All @@ -20,6 +20,7 @@ class BoardsWorkItemTests(DevopsScenarioTest):
def test_workItemCreateShowUpdateDelete(self):
wi_name = 'samplebug'
wi_test_project_name = 'WorkItemCreateShowUpdateDeleteTests'
wi_id =0
self.cmd('az devops configure --defaults organization=' + DEVOPS_CLI_TEST_ORGANIZATION)

try:
Expand Down

0 comments on commit ab28adb

Please sign in to comment.