Skip to content

Commit a4ef4db

Browse files
committed
Fixing failing test from disabling oauth1.
1 parent fabe995 commit a4ef4db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Release/include/cpprest/http_client.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ class http_client_config
118118
/// <returns>Shared pointer to OAuth 1.0 configuration.</returns>
119119
const std::shared_ptr<oauth1::experimental::oauth1_config> oauth1() const
120120
{
121-
// CodePlex #230
122-
throw std::runtime_error("oauth1 is not implemented yet.");
123-
//return m_oauth1;
121+
return m_oauth1;
124122
}
125123

126124
/// <summary>

0 commit comments

Comments
 (0)