Skip to content

Commit

Permalink
style: pre-commit.ci auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and ahal committed Nov 18, 2024
1 parent 2ebcbd2 commit de25eac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/test_optimize_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ def test_index_search(caplog, responses, params, state, expires, expected, logs)
{"files_changed": ["bar.txt"]}, ["foo.txt"], True, id="files don't match"
),
pytest.param(
{"head_rev": "8843d7f92416211de9ebb963ff4ce28125932878", "base_rev": "8843d7f92416211de9ebb963ff4ce28125932878", "files_changed": ["bar.txt"]},
{
"head_rev": "8843d7f92416211de9ebb963ff4ce28125932878",
"base_rev": "8843d7f92416211de9ebb963ff4ce28125932878",
"files_changed": ["bar.txt"],
},
["foo.txt"],
False,
id="cron task",
Expand Down

0 comments on commit de25eac

Please sign in to comment.