[xds] Fix test compilation (#33373)
Fix #33308 <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->
This commit is contained in:
parent
de6ed9ba9f
commit
c450a9d4eb
|
|
@ -82,6 +82,7 @@ class XdsClientTest : public ::testing::Test {
|
|||
public:
|
||||
class FakeNode : public Node {
|
||||
public:
|
||||
FakeNode() = default;
|
||||
const std::string& id() const override { return id_; }
|
||||
const std::string& cluster() const override { return cluster_; }
|
||||
const std::string& locality_region() const override {
|
||||
|
|
|
|||
Loading…
Reference in New Issue