Fix typo: rrflags -> rflags (#2587)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-02-21 07:13:05 +00:00
committed by GitHub
parent 8691edd69d
commit 34f17b276a
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ func TestLabels(t *testing.T) {
"{rcode}": "NOERROR",
"{rsize}": "29",
"{duration}": "0",
headerReplacer + "rrflags}": "rd,ad,cd",
headerReplacer + "rflags}": "rd,ad,cd",
}
if len(expect) != len(labels) {
t.Fatalf("Expect %d labels, got %d", len(expect), len(labels))