mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Fix typo: rrflags -> rflags (#2587)
Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user