Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_workItemCreateShowUpdateDelete Fixed #1196

Merged
merged 3 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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