mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 15:05:07 +00:00
[PR #11145/255059f7 backport][stable-12] fix ruff case B015 (#11146)
fix ruff case B015 (#11145)
* fix ruff case B015
* add changelog frag
(cherry picked from commit 255059f7b3)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
04fb53e8a3
commit
0813907a89
5 changed files with 16 additions and 17 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue