Skip to content

Commit 52171f7

Browse files
committed
Fix test
1 parent ff9de7f commit 52171f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm/driver/gitea/linker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestLink(t *testing.T) {
2929
},
3030
{
3131
path: "refs/tags/v1.0.0",
32-
want: "https://try.gitea.io/octocat/hello-world/tag/v1.0.0",
32+
want: "https://try.gitea.io/octocat/hello-world/src/tag/v1.0.0",
3333
},
3434
{
3535
path: "refs/heads/master",

0 commit comments

Comments
 (0)