Skip to content

Commit 822148e

Browse files
committed
Fix likely ruby3 kwargs problem in specs
1 parent dd20da3 commit 822148e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/entitlements/backend/github_team/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::GitHubTeam::Service.new(config) }
16+
let(:github) { Entitlements::Backend::GitHubTeam::Service.new(**config) }
1717

1818
let(:snowshoe) { Entitlements::Models::Person.new(uid: "snowshoe") }
1919
let(:russian_blue) { Entitlements::Models::Person.new(uid: "russian_blue") }

0 commit comments

Comments
 (0)