Skip to content

Commit

Permalink
fixup! Allow the use of percent string in Bool.__and__ method
Browse files Browse the repository at this point in the history
  • Loading branch information
Godefroy-Amaury committed Jul 24, 2024
1 parent cc1cff3 commit 1f5123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_opensearchpy/test_helpers/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def test_script_score() -> None:
assert q.to_dict() == d


@pytest.mark.parametrize(
@pytest.mark.parametrize( # type: ignore[misc]
"minimum_should_match, expected_type",
[
("1", int),
Expand Down

0 comments on commit 1f5123a

Please sign in to comment.