Adjust tests and fake-data

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-12-06 08:35:44 +00:00
parent 0b72291e0a
commit a5a60ce82b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ function summary() {
return {
gravity_size: faker.random.number(),
sum_queries: total,
total_queries: {
A: queryTypeTotals[0],
AAAA: queryTypeTotals[1],
@@ -20,6 +20,7 @@ const tick = global.tick;
const fakeData: ApiSummary = {
active_clients: 2,
sum_queries: 22813,
blocked_queries: 2281,
cached_queries: 3573,
forwarded_queries: 19154,