Skip to content

Commit

Permalink
Adapt tests to consider additional API output
Browse files Browse the repository at this point in the history
  • Loading branch information
DL6ER committed Jun 19, 2017
1 parent cda0229 commit 9619f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ load 'libs/bats-support/load'
[[ ${lines[5]} =~ "unique_domains 6" ]]
[[ ${lines[6]} =~ "queries_forwarded 3" ]]
[[ ${lines[7]} =~ "queries_cached 2" ]]
[[ ${lines[8]} == "---EOM---" ]]
[[ ${lines[8]} == "unique_clients 3" ]]
[[ ${lines[9]} == "---EOM---" ]]
}

@test "Top Clients" {
Expand Down

0 comments on commit 9619f13

Please sign in to comment.