summaryrefslogtreecommitdiff
path: root/test/utils/remote_execution/test_auth_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/remote_execution/test_auth_config.hpp')
-rw-r--r--test/utils/remote_execution/test_auth_config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/remote_execution/test_auth_config.hpp b/test/utils/remote_execution/test_auth_config.hpp
index fd157f22..2f5cca25 100644
--- a/test/utils/remote_execution/test_auth_config.hpp
+++ b/test/utils/remote_execution/test_auth_config.hpp
@@ -26,7 +26,7 @@
class TestAuthConfig final {
public:
- [[nodiscard]] static auto ReadAuthConfigFromEnvironment() noexcept
+ [[nodiscard]] static auto ReadFromEnvironment() noexcept
-> std::optional<Auth> {
Auth::TLS::Builder tls_builder;
auto config = tls_builder.SetCACertificate(ReadTLSAuthCACertFromEnv())