File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
azure-devops/azure/devops/issue_tests Expand file tree Collapse file tree 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):
2222class 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
You can’t perform that action at this time.
0 commit comments