diff options
Diffstat (limited to 'net/test/test_server.cc')
-rw-r--r-- | net/test/test_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/test_server.cc b/net/test/test_server.cc index ec8c687..9722dc1 100644 --- a/net/test/test_server.cc +++ b/net/test/test_server.cc @@ -307,7 +307,7 @@ bool TestServer::SetPythonPath() { } FilePath TestServer::GetRootCertificatePath() { - return certificates_dir_.AppendASCII("root_ca_cert.pem"); + return certificates_dir_.AppendASCII("root_ca_cert.crt"); } bool TestServer::LoadTestRootCert() { |