fix test typo (#1964)

* Fix typo in TestFlushEmptyResponse_worker function

* Fix test function name for flush empty response
This commit is contained in:
Marc
2025-11-08 08:28:56 +01:00
committed by GitHub
parent b22bdd987b
commit bf4c9fe986

View File

@@ -942,7 +942,7 @@ func testRejectInvalidHeaders(t *testing.T, opts *testOptions) {
}
func TestFlushEmptyResponse_module(t *testing.T) { testFlushEmptyResponse(t, &testOptions{}) }
func TestFlushEmptyRespnse_worker(t *testing.T) {
func TestFlushEmptyResponse_worker(t *testing.T) {
testFlushEmptyResponse(t, &testOptions{workerScript: "only-headers.php"})
}