Skip to content

Commit 859db1d

Browse files
committed
chore: fix external storage test
1 parent 73202b8 commit 859db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/external-storage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('external storage CRUD API', () => {
6767
name: gcsName,
6868
storage_type: 'gcs',
6969
path: 'directory_name/',
70-
gcs_credentials: 'content of the service account file',
70+
gcs_credentials: '{"type": "service_account"}',
7171
});
7272

7373
await client.deleteExternalStorage({ name: gcsName });

0 commit comments

Comments
 (0)