Skip to content

Commit 7574e13

Browse files
committed
Add Fog::AWS::Parsers to unchecked constants
Fog::AWS::Parsers constants is not inherited Fog::Service https://github.com/fog/fog-aws/blob/v3.19.0/lib/fog/aws/parsers/lambda/base.rb#L1-L3
1 parent 294ba09 commit 7574e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/credentials_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
Shindo.tests('AWS | credentials', ['aws']) do
4-
unchecked_constants = [:CredentialFetcher, :VERSION, :Errors, :Mock, :ServiceMapper, :Federation, :STS, :SignatureV4, :EFS]
4+
unchecked_constants = [:CredentialFetcher, :VERSION, :Errors, :Mock, :ServiceMapper, :Federation, :STS, :SignatureV4, :EFS, :Parsers]
55

66
test_services = Fog::AWS.constants.delete_if { |service| unchecked_constants.include?(service) }
77

0 commit comments

Comments
 (0)