diff options
Diffstat (limited to 'test/utils/serve_service/test_serve_config.hpp')
-rw-r--r-- | test/utils/serve_service/test_serve_config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/serve_service/test_serve_config.hpp b/test/utils/serve_service/test_serve_config.hpp index c38c2dfe..4b94d0f7 100644 --- a/test/utils/serve_service/test_serve_config.hpp +++ b/test/utils/serve_service/test_serve_config.hpp @@ -26,7 +26,7 @@ class TestServeConfig final { public: - [[nodiscard]] static auto ReadServeConfigFromEnvironment() noexcept + [[nodiscard]] static auto ReadFromEnvironment() noexcept -> std::optional<RemoteServeConfig> { RemoteServeConfig::Builder builder; auto config = builder.SetRemoteAddress(ReadRemoteServeAddressFromEnv()) |