Commit df1160c
committed
Fix GitLab test URL assertions to match normalizeRepositoryCloneUrls using web_url
The normalizeRepositoryCloneUrls function was changed to return raw.web_url
instead of raw.http_url_to_repo || raw.web_url, but the test assertions still
expected the http_url_to_repo value (with .git suffix). Updated both assertions
to expect the web_url value (without .git suffix).1 parent 4b30c82 commit df1160c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments