We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e846159 commit 5df42dfCopy full SHA for 5df42df
analyze_test.go
@@ -1122,7 +1122,7 @@ func TestAnalyze_http3(t *testing.T) {
1122
},
1123
"http3_hq ok": {
1124
&Directive{
1125
- Directive: "http3",
+ Directive: "http3_hq",
1126
Args: []string{"on"},
1127
Line: 5,
1128
@@ -1131,7 +1131,7 @@ func TestAnalyze_http3(t *testing.T) {
1131
1132
"http3_hq not ok": {
1133
1134
1135
Args: []string{"somevalue"},
1136
1137
0 commit comments