fixed test

This commit is contained in:
Cayo Puigdefabregas 2020-10-21 22:48:40 +02:00
parent c23c16eee8
commit ef4c6af5ae
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def test_export_extended(app: Devicehub, user: UserClient):
assert fixture_csv[0] == export_csv[0], 'Headers are not equal'
assert fixture_csv[1][:17] == export_csv[1][:17], 'Computer information are not equal'
assert fixture_csv[1][20:80] == export_csv[1][20:80], 'Computer information are not equal'
assert fixture_csv[1][81:] == export_csv[1][81:], 'Computer information are not equal'
assert fixture_csv[1][82:] == export_csv[1][82:], 'Computer information are not equal'
assert fixture_csv[2][:17] == export_csv[2][:17], 'Computer information are not equal'
assert fixture_csv[2][20:80] == export_csv[2][20:80], 'Computer information are not equal'
assert fixture_csv[2][81:104] == export_csv[2][81:104], 'Computer information are not equal'