[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:
Yash Tibrewal 2023-06-09 15:44:27 -07:00 committed by GitHub
parent de6ed9ba9f
commit c450a9d4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {