Skip to content

Commit 7076130

Browse files
fix: wrong file name params in add_file in test
1 parent 1dde3a1 commit 7076130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def test_profile_parsing_file_quicksilver_async_basic(hrflow_client):
325325
hrflow_client.profile.parsing.add_file(
326326
source_key=SOURCE_KEY,
327327
profile_file=file,
328-
profile_name="john_smith.pdf",
328+
profile_file_name="john_smith.pdf",
329329
reference=reference,
330330
)
331331
)

0 commit comments

Comments
 (0)