Skip to content

Commit 25fec0e

Browse files
committed
No more need for temporary const_gets
1 parent 9a18506 commit 25fec0e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: test/humidifier/client_test.rb

-2
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ def test_valid_stack_too_large
238238
private
239239

240240
def build_stack
241-
Aws::S3.const_get(:Client) # temporary fix for aws-sdk-s3 1.165.0
242-
243241
Stack
244242
.new(name: "stack-name")
245243
.tap do |stack|

Diff for: test/humidifier/directory_test.rb

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def test_upload
4343
}
4444
)
4545

46-
Aws::S3.const_get(:Client) # temporary fix for aws-sdk-s3 1.165.0
47-
4846
with_config s3_bucket: "foobar" do
4947
Directory.new("alpha").upload
5048
end

0 commit comments

Comments
 (0)