secur32/tests: Update for new WineHQ certificate.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Alexandre Julliard 2020-06-05 19:23:31 +02:00
parent ac1adfc512
commit 16254af818
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert)
cert_cnt++;
}
ok(cert_cnt == 4, "cert_cnt = %u\n", cert_cnt);
ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt);
ok(incl_remote, "context does not contain cert itself\n");
}