From a6c4c2768acaa6f281f45e98480ce8f61f0049bc Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 14 Sep 2021 16:01:28 -0700 Subject: [PATCH] Fix test relying on SAFETY.md being in the root old-commit-hash: 3a6c8d4678ac5e21bc55e7d5f2adb06f4f559dc4 --- tools/lib/tests/test_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/tests/test_caching.py b/tools/lib/tests/test_caching.py index 750612777b..953b47e95a 100644 --- a/tools/lib/tests/test_caching.py +++ b/tools/lib/tests/test_caching.py @@ -38,7 +38,7 @@ class TestFileDownload(unittest.TestCase): def test_small_file(self): # Make sure we don't force cache os.environ["FILEREADER_CACHE"] = "0" - small_file_url = "https://raw.githubusercontent.com/commaai/openpilot/master/SAFETY.md" + small_file_url = "https://raw.githubusercontent.com/commaai/openpilot/master/docs/SAFETY.md" # If you want large file to be larger than a chunk # large_file_url = "https://commadataci.blob.core.windows.net/openpilotci/0375fdf7b1ce594d/2019-06-13--08-32-25/3/fcamera.hevc"