Fix some linting issues reported by ruff
This is just a fix of linting issues reported in Python 3.12 by ruff. The following errors are being reported:
Running ruff...
tests/fakes_bz.py:32:9: PLC0206 Extracting value from dictionary without calling `.items()`
tests/fakes_jira.py:36:9: PLC0206 Extracting value from dictionary without calling `.items()`
This is not affecting the current pipeline, but, for example cki jira library, is reporting that when running external tests.
Signed-off-by: Julio Faracco jfaracco@redhat.com