Skip to content

Commit 5df42df

Browse files
committed
NLB-3682: fix typo
1 parent e846159 commit 5df42df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analyze_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ func TestAnalyze_http3(t *testing.T) {
11221122
},
11231123
"http3_hq ok": {
11241124
&Directive{
1125-
Directive: "http3",
1125+
Directive: "http3_hq",
11261126
Args: []string{"on"},
11271127
Line: 5,
11281128
},
@@ -1131,7 +1131,7 @@ func TestAnalyze_http3(t *testing.T) {
11311131
},
11321132
"http3_hq not ok": {
11331133
&Directive{
1134-
Directive: "http3",
1134+
Directive: "http3_hq",
11351135
Args: []string{"somevalue"},
11361136
Line: 5,
11371137
},

0 commit comments

Comments
 (0)