Apply Fee tag normalization in production (#2968)

Feature verified in Sandbox.
This commit is contained in:
Weimin Yu
2026-02-25 20:02:37 +00:00
committed by GitHub
parent 49df9c325a
commit 8a3ab00e58
2 changed files with 2 additions and 6 deletions
@@ -235,10 +235,7 @@ public class RdePipelineTest {
persistHostHistory(host1);
Domain helloDomain =
persistEppResource(
newDomain("hello.soy")
.asBuilder()
.addNameserver(host1.createVKey())
.build());
newDomain("hello.soy").asBuilder().addNameserver(host1.createVKey()).build());
persistDomainHistory(helloDomain);
persistHostHistory(persistActiveHost("not-used-subordinate.hello.soy"));
Host host2 = persistActiveHost("ns1.hello.soy");