fix: Fix incorrect requests logging (#2005)

Fixes #2004.
This commit is contained in:
Sergey Kuznetsov
2025-04-17 17:49:44 +01:00
committed by GitHub
parent 46514c8fe9
commit bd9e39ee85
5 changed files with 88 additions and 12 deletions

View File

@@ -19,8 +19,6 @@
#pragma once
#include <string>
namespace tests::util {
static auto const kNAME_GENERATOR = [](auto const& info) { return info.param.testName; };