diff options
Diffstat (limited to 'cli/http_util.rs')
-rw-r--r-- | cli/http_util.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/http_util.rs b/cli/http_util.rs index 4513dbfac..5b6274309 100644 --- a/cli/http_util.rs +++ b/cli/http_util.rs @@ -313,7 +313,7 @@ mod tests { Some( read( test_util::root_path() - .join("std/http/testdata/tls/RootCA.pem") + .join("cli/tests/tls/RootCA.pem") .to_str() .unwrap(), ) @@ -345,7 +345,7 @@ mod tests { Some( read( test_util::root_path() - .join("std/http/testdata/tls/RootCA.pem") + .join("cli/tests/tls/RootCA.pem") .to_str() .unwrap(), ) @@ -376,7 +376,7 @@ mod tests { Some( read( test_util::root_path() - .join("std/http/testdata/tls/RootCA.pem") + .join("cli/tests/tls/RootCA.pem") .to_str() .unwrap(), ) @@ -416,7 +416,7 @@ mod tests { Some( read( test_util::root_path() - .join("std/http/testdata/tls/RootCA.pem") + .join("cli/tests/tls/RootCA.pem") .to_str() .unwrap(), ) |