소스 검색

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…
취소
저장