We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e2a49 commit 4c0f651Copy full SHA for 4c0f651
spec/unit/entitlements/backend/github_org/provider_spec.rb
@@ -13,7 +13,7 @@
13
14
let(:provider_config) { config.merge(base: config[:ou]).map { |k, v| [k.to_s, v] }.to_h }
15
16
- let(:github) { Entitlements::Backend::GitHubOrg::Service.new(config) }
+ let(:github) { Entitlements::Backend::GitHubOrg::Service.new(**config) }
17
18
let(:subject) { described_class.new(config: provider_config) }
19
0 commit comments