Skip to content

Commit 5dfcd93

Browse files
chore: update placeholder string
1 parent 6874252 commit 5dfcd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api_resources/test_devboxes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ def test_method_upload_file_with_all_params(self, client: Runloop) -> None:
10871087
devbox = client.devboxes.upload_file(
10881088
id="id",
10891089
path="path",
1090-
file=b"raw file contents",
1090+
file=b"Example data",
10911091
)
10921092
assert_matches_type(object, devbox, path=["response"])
10931093

@@ -2755,7 +2755,7 @@ async def test_method_upload_file_with_all_params(self, async_client: AsyncRunlo
27552755
devbox = await async_client.devboxes.upload_file(
27562756
id="id",
27572757
path="path",
2758-
file=b"raw file contents",
2758+
file=b"Example data",
27592759
)
27602760
assert_matches_type(object, devbox, path=["response"])
27612761

0 commit comments

Comments
 (0)