fix flaky key test

This commit is contained in:
Michael Eischer 2022-06-12 14:18:02 +02:00
parent f144920ed5
commit d08549f0ae
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ func testRunKeyAddNewKeyUserHost(t testing.TB, gopts GlobalOptions) {
repo, err := OpenRepository(gopts)
rtest.OK(t, err)
key, err := repository.SearchKey(gopts.ctx, repo, testKeyNewPassword, 1, "")
key, err := repository.SearchKey(gopts.ctx, repo, testKeyNewPassword, 2, "")
rtest.OK(t, err)
rtest.Equals(t, "john", key.Username)