mirror of
https://github.com/google/nomulus
synced 2026-09-11 02:26:29 +00:00
Don't include "Command" suffix in WHOIS metrics command name label
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152414152
This commit is contained in:
@@ -352,7 +352,7 @@ public class WhoisHttpServerTest {
|
||||
server.run();
|
||||
WhoisMetric expected =
|
||||
WhoisMetric.builderForRequest(clock)
|
||||
.setCommandName("NameserverLookupByHostCommand")
|
||||
.setCommandName("NameserverLookupByHost")
|
||||
.setNumResults(1)
|
||||
.setStatus(SC_OK)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user