mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:02:46 +08:00
DEV: Fix missing require in spec/support/fake_s3
(#27399)
When running ` rspec spec/services/external_upload_manager_spec.rb` in the development environment, tests were failing with the following error: ``` NameError: uninitialized constant FakeS3::Aws ```
This commit is contained in:
parent
8cf4ed5f88
commit
95ed8d05bf
|
@ -1,5 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "aws-sdk-s3"
|
||||
|
||||
class FakeS3
|
||||
attr_reader :s3_client
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user