Fix failing unit tests (#553)

Signed-off-by: Igor <ivinokur@redhat.com>
pull/548/head^2
Igor Vinokur 2023-09-06 12:48:04 +03:00 committed by GitHub
parent 6edfa3910f
commit ea67092cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/",