Skip to content

Commit 77a7e9a

Browse files
chore: update placeholder string
1 parent 7a33109 commit 77a7e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api-resources/devboxes/devboxes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ describe('resource devboxes', () => {
549549
test('uploadFile: required and optional params', async () => {
550550
const response = await client.devboxes.uploadFile('id', {
551551
path: 'path',
552-
file: await toFile(Buffer.from('# my file contents'), 'README.md'),
552+
file: await toFile(Buffer.from('Example data'), 'README.md'),
553553
});
554554
});
555555

0 commit comments

Comments
 (0)