Skip to content

Commit ab5dcda

Browse files
committed
chore: update
Signed-off-by: appleboy <[email protected]>
1 parent e37ebf2 commit ab5dcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_repo_compare_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestAPICompareTag(t *testing.T) {
2727

2828
repoName := "repo1"
2929

30-
req := NewRequestf(t, "GET", "/user2/%s/compare/v1.1...master", repoName).
30+
req := NewRequestf(t, "GET", "/api/v1/repos/user2/%s/compare/v1.1...master", repoName).
3131
AddTokenAuth(token)
3232
resp := MakeRequest(t, req, http.StatusOK)
3333

0 commit comments

Comments
 (0)