Skip to content

Commit 4c0f651

Browse files
committed
Fix another likely ruby3 kwargs problem in specs
1 parent 55e2a49 commit 4c0f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/entitlements/backend/github_org/provider_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
let(:provider_config) { config.merge(base: config[:ou]).map { |k, v| [k.to_s, v] }.to_h }
1515

16-
let(:github) { Entitlements::Backend::GitHubOrg::Service.new(config) }
16+
let(:github) { Entitlements::Backend::GitHubOrg::Service.new(**config) }
1717

1818
let(:subject) { described_class.new(config: provider_config) }
1919

0 commit comments

Comments
 (0)