Skip to content

Commit 97dd338

Browse files
committed
fix test failure
1 parent 0f376a8 commit 97dd338

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/imagekit/configuration_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
let(:configurable_obj) { Class.new.send :include, ImageKitIo::Configurable}
66

77
describe 'Configuration' do
8+
after do
9+
configurable_obj.config.constants.BASE_URL = "https://api.imagekit.io/v1/files"
10+
end
811
it 'configure with the keys' do
912
configurable_obj.configure do |config|
1013
config.public_key = 'public_key_123'

0 commit comments

Comments
 (0)