Fix failing unit tests

Signed-off-by: Igor <ivinokur@redhat.com>
pull/553/head
Igor 2023-09-06 12:15:21 +03:00
parent 6edfa3910f
commit 01f885f29b
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/",