Skip to content

Commit 64ae209

Browse files
Merge pull request #1592 from VWS-Python/dependabot/pip/ruff-0.0.267
Bump ruff from 0.0.265 to 0.0.267
2 parents f6a1661 + 36afe5c commit 64ae209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ dev = [
301301
"pytest-cov==4.0.0",
302302
"pytest==7.3.1",
303303
"requests-mock-flask==2023.5.14",
304-
"ruff==0.0.265",
304+
"ruff==0.0.267",
305305
"sphinx-autodoc-typehints==1.23.0",
306306
"sphinx-prompt==1.5.0",
307307
"sphinx_paramlinks==0.5.4",

tests/mock_vws/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ def test_out_of_range(
868868
response = query(vuforia_database=vuforia_database, body=body)
869869

870870
expected_text = (
871-
f"Integer out of range ({repr(num_results)}) in form data part "
871+
f"Integer out of range ({num_results}) in form data part "
872872
"'max_result'. Accepted range is from 1 to 50 (inclusive)."
873873
)
874874
assert response.text == expected_text

0 commit comments

Comments
 (0)