refactor: Rename static constants (#3073)

This commit is contained in:
Alex Kremer
2026-05-13 12:09:06 +01:00
committed by GitHub
parent d056c72212
commit dbc98894ba
301 changed files with 6954 additions and 7117 deletions

View File

@@ -102,7 +102,7 @@ INSTANTIATE_TEST_CASE_P(
{"request", {{"id", 1}, {"api_version", 2}}}}}}
}}
),
tests::util::kNAME_GENERATOR
tests::util::kNameGenerator
);
struct ErrorHandlingSendErrorTestBundle {
@@ -182,7 +182,7 @@ INSTANTIATE_TEST_CASE_P(
boost::beast::http::status::bad_request
},
}),
tests::util::kNAME_GENERATOR
tests::util::kNameGenerator
);
TEST_F(ErrorHandlingTests, sendInternalError)