Skip to content

Commit a48de2b

Browse files
author
Kevin Paulisse
committed
Remove unused additional_argv
1 parent b990ae8 commit a48de2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/octocatalog-diff/tests/catalog-diff/cli_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
it 'should log custom version' do
129129
logger, logger_str = OctocatalogDiff::Spec.setup_logger
130-
described_class.setup_logger(logger, { debug: true }, [{ foo: 'bar' }])
130+
described_class.setup_logger(logger, { debug: true }, nil)
131131
expect(logger_str.string).to match(/Running octocatalog-diff @d05c30152c897219367d586414ccb1f651ab7221 with ruby/)
132132
end
133133
end
@@ -139,7 +139,7 @@
139139

140140
it 'should log current version' do
141141
logger, logger_str = OctocatalogDiff::Spec.setup_logger
142-
described_class.setup_logger(logger, { debug: true }, [{ foo: 'bar' }])
142+
described_class.setup_logger(logger, { debug: true }, nil)
143143
version = described_class::VERSION
144144
expect(logger_str.string).to match(/Running octocatalog-diff #{version} with ruby/)
145145
end

0 commit comments

Comments
 (0)