Skip to content

Commit

Permalink
Fix multipart test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpungello committed Aug 5, 2024
1 parent 61ca40a commit 0a6f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PostTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

it('can make post multipart requests', function () {
$tempDir = sys_get_temp_dir();
$tempFile = "/$tempDir/test.txt";
$tempFile = "$tempDir/test.txt";
file_put_contents($tempFile, 'Hello world');
$data = [
'id' => 1,
Expand Down

0 comments on commit 0a6f22c

Please sign in to comment.