mirror of
https://github.com/google/nomulus
synced 2026-09-09 17:46:18 +00:00
Pass the ICANN reporting BQ dataset to the DNS query coordinator (#1405)
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class ActivityReportingQueryBuilderTest {
|
||||
"domain-registry-alpha",
|
||||
datasetName,
|
||||
new BasicDnsCountQueryCoordinator(
|
||||
new BasicDnsCountQueryCoordinator.Params(null, "domain-registry-alpha")));
|
||||
new BasicDnsCountQueryCoordinator.Params(null, "domain-registry-alpha", datasetName)));
|
||||
}
|
||||
|
||||
@TestOfyOnly
|
||||
|
||||
Reference in New Issue
Block a user