fix ruff case B015 (#11145)

* fix ruff case B015

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-11-13 18:23:30 +13:00
committed by GitHub
parent f5c2c8b9a2
commit 255059f7b3
5 changed files with 16 additions and 17 deletions

View File

@@ -441,7 +441,7 @@ class TestPritunlApi:
for org in response:
if org["id"] == org_id:
org["user_count"] == org_user_count
assert org["user_count"] == org_user_count
@pytest.mark.parametrize(
"org_filters,org_expected",