107 Returns a function that adjusts the static config for testsuite.
108 Walks through config_vars *values* equal to `$grpc_mockserver`,
109 and replaces them with @ref grpc_mockserver_endpoint.
111 @ingroup userver_testsuite_fixtures
114 def patch_config(_config_yaml, config_vars):
115 for name
in config_vars:
116 if config_vars[name] ==
'$grpc_mockserver':
117 config_vars[name] = grpc_mockserver_endpoint