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 8bd179e commit 259c2ddCopy full SHA for 259c2dd
tests/restapi/test_statistics.py
@@ -53,4 +53,4 @@ def test_count_consistency(restapi_server, server_url):
53
54
for full_type, count in statistics_dict.items():
55
if full_type in type_count_dict:
56
- assert count == type_count_dict[full_type], f"Found inconsistency for full_type {full_type!r}"
+ assert count == type_count_dict[full_type], f'Found inconsistency for full_type {full_type!r}'
0 commit comments