From 87a8fa8b103ccd7e52ddcb499850544b859a4d70 Mon Sep 17 00:00:00 2001 From: John Yun Date: Thu, 2 Jan 2025 11:31:21 -0800 Subject: [PATCH] fix --- tests/test_unit_okta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_unit_okta.cpp b/tests/test_unit_okta.cpp index 0437a1429d..a13462f920 100644 --- a/tests/test_unit_okta.cpp +++ b/tests/test_unit_okta.cpp @@ -23,7 +23,7 @@ class MockOkta : public AuthenticatorOKTA { bool curlGetCall(SFURL& url, jsonObject_t& resp, bool parseJSON, std::string& rawData, bool& isRetry); std::string getTokenURL(); std::string getSSOURL(); - std::string MockOkta::getErrorMessage(); + std::string getErrorMessage(); SF_CONNECT* m_connection; bool isCurrentCallFailed = false;