Skip to content

Commit 95cbacd

Browse files
author
Petr Nechvátal
committed
Fix test
1 parent 2050a3f commit 95cbacd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-devops/azure/devops/issue_tests/test_issue_268.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ def text(self, encoding=None):
2222
class TestDeserialization(unittest.TestCase):
2323

2424
# https://github.com/microsoft/azure-devops-python-api/issues/268
25-
def test_deserialization_issue_268_51(self):
26-
from azure.devops.v5_1.task_agent import models
25+
def test_deserialization_issue_268_71(self):
26+
from azure.devops.v7_1.task_agent import models
2727
self._test_deserialization(models.__dict__.items(), _268_type, _268_json)
2828

2929
# https://github.com/microsoft/azure-devops-python-api/issues/268
30-
def test_deserialization_issue_268_60(self):
31-
from azure.devops.v6_0.task_agent import models
30+
def test_deserialization_issue_268_70(self):
31+
from azure.devops.v7_0.task_agent import models
3232
self._test_deserialization(models.__dict__.items(), _268_type, _268_json)
3333

3434
@staticmethod

0 commit comments

Comments
 (0)