Merge branch 'main' of github.com:eclipse-che/che-server into che#22395

pull/552/head
Aleksandr Shmaraiev 2023-09-06 12:50:46 +03:00
commit f6eebc65e8
1 changed files with 2 additions and 2 deletions

View File

@ -88,11 +88,11 @@ public class GitlabUrlTest {
},
{
"git@gitlab.net:eclipse/che.git",
"https://gitlab.net/api/v4/projects/eclipse%%2Fche/repository/files/%s/raw"
"https://gitlab.net/api/v4/projects/eclipse%%2Fche/repository/files/%s/raw?ref=HEAD"
},
{
"git@gitlab.net:eclipse/fooproj/che.git",
"https://gitlab.net/api/v4/projects/eclipse%%2Ffooproj%%2Fche/repository/files/%s/raw"
"https://gitlab.net/api/v4/projects/eclipse%%2Ffooproj%%2Fche/repository/files/%s/raw?ref=HEAD"
},
{
"https://gitlab.net/eclipse/fooproj/-/tree/master/",