Also enable LRS for LOGICAL_DNS test cluster resources

This commit is contained in:
Michael Lumish 2023-08-09 11:07:34 -07:00
parent 11e19fb450
commit 7ae331bd93
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ export class FakeDnsCluster implements FakeCluster {
}
}]
}]
}
},
lrs_server: {self: {}}
};
}
getAllClusterConfigs(): Cluster[] {