Skip to content

Commit

Permalink
fix: add scheme to s3 endpoint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nerg4l committed Mar 31, 2024
1 parent 0bab104 commit d019afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MultipartOfMadnessServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function testMake()
'region' => 'TEST_AWS_DEFAULT_REGION',
'bucket' => 'TEST_AWS_BUCKET',
'url' => 'TEST_AWS_URL',
'endpoint' => 'TEST_AWS_ENDPOINT',
'endpoint' => 'http://TEST_AWS_ENDPOINT',
'use_path_style_endpoint' => false,
'throw' => false,
]);
Expand Down

0 comments on commit d019afc

Please sign in to comment.