Skip to content

Commit 0defb30

Browse files
committed
Fix a comment.
1 parent 0cff45e commit 0defb30

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

http/api_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,8 @@ func TestMTLS(t *testing.T) {
245245

246246
preload := tests.SeveralPreloadFuncs(
247247
lua_http.Preload,
248-
lua_time.Preload,
249-
inspect.Preload,
250-
plugin.Preload,
251248
func(L *lua.LState) {
252-
// Attach the server URL to the testing object
249+
// Pass the httptest server URL as a global, so it can be used for queries.
253250
L.SetGlobal("tURL", lua.LString(s.URL))
254251
},
255252
)

0 commit comments

Comments
 (0)