Skip to content

Commit 0a1f1eb

Browse files
authored
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.
1 parent 8977e52 commit 0a1f1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cache/protos/ShapeWithFixedWebTexture.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PROTO ShapeWithFixedWebTexture [
88
appearance PBRAppearance {
99
baseColorMap ImageTexture {
1010
url [
11-
"https://raw.githubusercontent.com/cyberbotics/webots/develop/tests/cache/protos/textures/blue_texture.jpg"
11+
"webots://tests/cache/protos/textures/blue_texture.jpg"
1212
]
1313
}
1414
}

0 commit comments

Comments
 (0)