diff --git a/tests/test_documents.py b/tests/test_documents.py index 538e2620..c00ee5e0 100644 --- a/tests/test_documents.py +++ b/tests/test_documents.py @@ -366,7 +366,7 @@ def test_export_extended(app: Devicehub, user: UserClient): ), 'Computer information are not equal' assert fixture_csv[2][84] == export_csv[2][84], 'Computer information are not equal' assert ( - fixture_csv[2][86:107] == export_csv[2][86:107] + fixture_csv[2][87:107] == export_csv[2][87:107] ), 'Computer information are not equal' assert ( fixture_csv[2][110] == export_csv[2][110]