Skip to content

Commit d4fde7b

Browse files
committed
clean
Change-Id: I3f1036050dcf468f40eb577fd573b324cd084b8a
1 parent 0805f05 commit d4fde7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/firefox/webdriver/firefox.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ export class Firefox {
6767
browsingContextIds: [this.windowId],
6868
debugLogs:
6969
this.options.verbose >= 2 || this.firefoxConfig.enableBidiHarLog,
70-
maxBodySize:
71-
this.options.firefox.includeResponseBodies === 'all' ? 10_485_760 : 1,
70+
maxBodySize: this.includeResponseBodies === 'all' ? 10_485_760 : 1,
7271
driver: runner.getDriver(),
7372
headerValueFormatter: this.options.cleanSensitiveHeaders
7473
? cleanSensitiveHeaders

0 commit comments

Comments
 (0)