fixing test

This commit is contained in:
Cayo Puigdefabregas 2021-08-02 11:42:33 +02:00
parent e0c8d0204c
commit 8aba022ef5
1 changed files with 2 additions and 2 deletions

View File

@ -304,9 +304,9 @@ def test_export_extended(app: Devicehub, user: UserClient):
assert fixture_csv[2][83] == export_csv[2][83], 'Computer information are not equal'
assert fixture_csv[2][86:106] == export_csv[2][86:106], 'Computer information are not equal'
assert fixture_csv[2][108] == export_csv[2][108], 'Computer information are not equal'
assert fixture_csv[2][110:130] == export_csv[2][110:130], 'Computer information are not equal'
assert fixture_csv[2][111:131] == export_csv[2][111:131], 'Computer information are not equal'
assert fixture_csv[2][131] == export_csv[2][131], 'Computer information are not equal'
assert fixture_csv[2][134:] == export_csv[2][134:], 'Computer information are not equal'
assert fixture_csv[2][136:] == export_csv[2][136:], 'Computer information are not equal'
@pytest.mark.mvp