fixing test

This commit is contained in:
Cayo Puigdefabregas 2021-09-22 12:18:10 +02:00
parent 4eb4c1a480
commit 23cb5a2bf6
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -183,7 +183,7 @@ def test_live_export_csv2(user: UserClient, client: Client, app: Devicehub):
assert "4692" in csv_user
assert "8692" in csv_user
assert "DevicehubID" in csv_user
assert "DHID" in csv_user
@pytest.mark.mvp