File tree 1 file changed +4
-4
lines changed
azure-devops/azure/devops/issue_tests 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ def text(self, encoding=None):
22
22
class TestDeserialization (unittest .TestCase ):
23
23
24
24
# 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
27
27
self ._test_deserialization (models .__dict__ .items (), _268_type , _268_json )
28
28
29
29
# 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
32
32
self ._test_deserialization (models .__dict__ .items (), _268_type , _268_json )
33
33
34
34
@staticmethod
You can’t perform that action at this time.
0 commit comments