From 0a1f1eb4ce7862330620c3a80fed253adaf05adf Mon Sep 17 00:00:00 2001 From: Dean Brettle Date: Sat, 21 Sep 2024 07:32:09 -0700 Subject: [PATCH] Fix-references-to-raw-github-content (#6667) * Replace reference to raw github content with webots:// in ShapeWithFixedWebTexture.proto. The reference to a file in the github develop branch was causing that file to be left as changed when running test_suite.py in the develop branch. --- tests/cache/protos/ShapeWithFixedWebTexture.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cache/protos/ShapeWithFixedWebTexture.proto b/tests/cache/protos/ShapeWithFixedWebTexture.proto index 12ab7a375d2..2b8fcdeac32 100644 --- a/tests/cache/protos/ShapeWithFixedWebTexture.proto +++ b/tests/cache/protos/ShapeWithFixedWebTexture.proto @@ -8,7 +8,7 @@ PROTO ShapeWithFixedWebTexture [ appearance PBRAppearance { baseColorMap ImageTexture { url [ - "https://raw.githubusercontent.com/cyberbotics/webots/develop/tests/cache/protos/textures/blue_texture.jpg" + "webots://tests/cache/protos/textures/blue_texture.jpg" ] } }