File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments