Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Jan 2, 2025
1 parent 8881f14 commit 87a8fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit_okta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 87a8fa8

Please sign in to comment.