mirror of
https://github.com/google/nomulus
synced 2026-02-08 05:50:24 +00:00
Move registry policy settings and some others into YAML config
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145571850
This commit is contained in:
@@ -80,7 +80,7 @@ public class SyncGroupMembersActionTest {
|
||||
private void runAction() {
|
||||
SyncGroupMembersAction action = new SyncGroupMembersAction();
|
||||
action.groupsConnection = connection;
|
||||
action.publicDomainName = "domain-registry.example";
|
||||
action.gSuiteDomainName = "domain-registry.example";
|
||||
action.response = response;
|
||||
action.retrier = new Retrier(new FakeSleeper(new FakeClock()), 3);
|
||||
action.run();
|
||||
|
||||
Reference in New Issue
Block a user