Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13479/head
pre-commit-ci[bot] 4 weeks ago
parent
commit
83db81d001
  1. 6
      tests/test_tutorial/test_path_params/test_tutorial004.py

6
tests/test_tutorial/test_path_params/test_tutorial004.py

@ -7,9 +7,9 @@ client = TestClient(app)
test_data = [
("/files/data/monthly-2024.csv", {"file_path": "data/monthly-2024.csv"}),
("/files/home/johndoe/myfile.txt", {"file_path": "home/johndoe/myfile.txt"}),
("/files//home/johndoe/myfile.txt", {"file_path": "/home/johndoe/myfile.txt"}),
("/files/data/monthly-2024.csv", {"file_path": "data/monthly-2024.csv"}),
("/files/home/johndoe/myfile.txt", {"file_path": "home/johndoe/myfile.txt"}),
("/files//home/johndoe/myfile.txt", {"file_path": "/home/johndoe/myfile.txt"}),
]

Loading…
Cancel
Save