Skip to content

Commit

Permalink
No Catch2 migration for OAuth1.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Nov 25, 2023
1 parent e650dff commit b218a2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/test_apidb_backend_oauth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
#include "test_database.hpp"
#include "test_request.hpp"


/***********************************************************************************
*
*
* NOTE: OAuth1.0a is scheduled to be removed in 0.9 - no catch2 migration needed
*
*
*
***********************************************************************************/


using roles_t = std::set<osm_user_role_t>;

namespace {
Expand Down

0 comments on commit b218a2c

Please sign in to comment.