Skip to content

Commit e866b32

Browse files
authored
Merge pull request #805 from NHSDigital/fix-step
Fix import checking step
2 parents bc99d59 + 9f0f72d commit e866b32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_school_moves.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ def upload_class_list():
5454
ImportRecordsWizardPage(page, test_data).approve_preview_if_shown(
5555
upload_time
5656
)
57-
ImportRecordsWizardPage(page, test_data).verify_upload_output(output_file_path)
57+
ImportRecordsWizardPage(page, test_data).verify_upload_output(
58+
file_path=output_file_path
59+
)
5860

5961
DashboardPage(page).click_sessions()
6062
SessionsSearchPage(page).click_session_for_programme_group(

0 commit comments

Comments
 (0)