We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc4474 commit fda6541Copy full SHA for fda6541
tests/unit/test_e2e.py
@@ -868,7 +868,7 @@ def test_provider_get_maintenances(
868
for _ in range(len(expected_result)):
869
expected_result[0].update(partial_result_data)
870
else:
871
- assert len(expected_result) == len(expected_result)
+ assert len(expected_result) == len(partial_result_data)
872
for i, _ in enumerate(partial_result_data):
873
expected_result[i].update(partial_result_data[i])
874
0 commit comments