Просмотр исходного кода

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

As title.
tags/v1.16.0-rc1
Gusted 2 лет назад
Родитель
Сommit
7743f13bed
Аккаунт пользователя с таким Email не найден
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)

Загрузка…
Отмена
Сохранить