Skip to content

Commit

Permalink
chore: unrelated ruff fix
Browse files Browse the repository at this point in the history
introduced by merge/rebase
  • Loading branch information
jstucke committed Nov 14, 2024
1 parent 7ff90c4 commit bdfc638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/integration/storage/test_graphql_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_graphql_search(backend_db, graphql_interface):
assert result == [fw.uid]

result, count = graphql_interface.search_gql({'vendor': {'_in': [fw.vendor, 'other_vendor']}}, 'test_firmware')
assert count == 2 # noqa: PLR2004
assert count == 2

result, count = graphql_interface.search_gql(
{'result': {'_contains': {'foo': 'bar'}}, 'plugin': {'_eq': 'plugin_name'}}, 'test_analysis'
Expand Down

0 comments on commit bdfc638

Please sign in to comment.