Skip to content

Commit f274edf

Browse files
committed
Add missing keyword args
1 parent 5bd7d56 commit f274edf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/sasl_authenticator_spec.rb

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
sasl_scram_password: nil,
4242
sasl_scram_mechanism: nil,
4343
sasl_oauth_token_provider: nil,
44+
sasl_aws_msk_iam_access_key_id: nil,
45+
sasl_aws_msk_iam_secret_key_id: nil,
46+
sasl_aws_msk_iam_aws_region: nil
4447
}
4548
}
4649

0 commit comments

Comments
 (0)