Skip to content

Commit f015493

Browse files
Updated
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 06089af commit f015493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/storage/test/file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3803,8 +3803,8 @@ describe('File', () => {
38033803
it('should pass signingEndpoint to URLSigner', done => {
38043804
const signingEndpoint = 'https://my-endpoint.com';
38053805
const config = {
3806-
signingEndpoint,
38073806
...SIGNED_URL_CONFIG,
3807+
signingEndpoint,
38083808
};
38093809

38103810
file.getSignedUrl(config, (err: Error | null) => {

0 commit comments

Comments
 (0)