Use goproxy.io instead of goproxy.cn #574

Merged
zeripath merged 14 commits from lunny/go-sdk:lunny/fix_drone into master 2022-03-28 23:09:58 +00:00
Showing only changes of commit 698953c1de - Show all commits

View File

@ -45,7 +45,7 @@ func TestAdminCronTasks(t *testing.T) {
tasks, _, err := c.ListCronTasks(ListCronTaskOptions{})
assert.NoError(t, err)
assert.Len(t, tasks, 18)
assert.Len(t, tasks, 19)
_, err = c.RunCronTasks(tasks[0].Name)
assert.NoError(t, err)
}