mirror of
https://github.com/google/nomulus
synced 2026-04-19 07:45:21 +00:00
Make Hello flows use the flow "now" time
This cleans up some of the tests, and helps with future injection CLs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124208164
This commit is contained in:
committed by
Justine Tunney
parent
81dc55ceab
commit
5a2f63cf58
@@ -22,6 +22,6 @@ import google.registry.model.eppoutput.Greeting;
|
||||
public class HelloFlow extends Flow {
|
||||
@Override
|
||||
public EppOutput run() {
|
||||
return EppOutput.create(new Greeting());
|
||||
return EppOutput.create(Greeting.create(now));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user