Skip to content

Commit

Permalink
- Fix attached files when using postEmployeeInformalEducation() metho…
Browse files Browse the repository at this point in the history
…d on EmployeeTest
  • Loading branch information
ianriizky committed May 8, 2022
1 parent 1c60e33 commit 0ad230b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Api/EmployeeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ public function test_postEmployeeInformalEducation_response_200_with_uploaded_fi
json_decode(static::getJsonFromRequestsPath($jsonPath), true),
[
[
'name' => 'file',
'contents' => UploadedFile::fake()->image('file.png'),
'file',
UploadedFile::fake()->image('file.png'),
],
],
), function ($response) use ($jsonPath) {
Expand Down

0 comments on commit 0ad230b

Please sign in to comment.