瀏覽代碼

Use `f` variant to parse formatting (#17751)

As title.
tags/v1.16.0-rc1
Gusted 2 年之前
父節點
當前提交
7743f13bed
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      integrations/api_repo_test.go

+ 1
- 1
integrations/api_repo_test.go 查看文件

@@ -334,7 +334,7 @@ func TestAPIRepoMigrate(t *testing.T) {
case "You can not import from disallowed hosts.":
assert.EqualValues(t, "private-ip", testCase.repoName)
default:
assert.Fail(t, "unexpected error '%v' on url '%s'", respJSON["message"], testCase.cloneURL)
assert.Failf(t, "unexpected error '%v' on url '%s'", respJSON["message"], testCase.cloneURL)
}
} else {
assert.EqualValues(t, testCase.expectedStatus, resp.Code)

Loading…
取消
儲存