Skip to content

Commit 03692ac

Browse files
committed
fix: lint error
Signed-off-by: Lin Moskovitch <[email protected]>
1 parent 1b357f4 commit 03692ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func runLoadAndWait(t *testing.T, timeoutConfig *config.TimeoutConfig, done chan
278278
}
279279

280280
if reqTimeout > 0 {
281-
opts.HTTPOptions.HTTPReqTimeOut = reqTimeout
281+
opts.HTTPReqTimeOut = reqTimeout
282282
}
283283

284284
res, err := fhttp.RunHTTPTest(&opts)

0 commit comments

Comments
 (0)