Skip to content

Commit 742b9ba

Browse files
add rubocop:disable Layout/LineLength
1 parent 6d8e5dc commit 742b9ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/integration/cli/cli_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,7 @@
429429
['sample::params', 'Task with parameters']
430430
)
431431

432-
expect(@log_output.readlines).to include(/expected object key/) ||
433-
include(/ WARN Puppet : expected object key/)
432+
expect(@log_output.readlines).to include(/expected object key/) || include(/ WARN Puppet : expected object key/) # rubocop:disable Layout/LineLength
434433
end
435434
end
436435
end

0 commit comments

Comments
 (0)