diff --git a/apps/SeleniumService/selenium_eligibilityCheckWorker.py b/apps/SeleniumService/selenium_eligibilityCheckWorker.py index 8fc09f3..832b25a 100644 --- a/apps/SeleniumService/selenium_eligibilityCheckWorker.py +++ b/apps/SeleniumService/selenium_eligibilityCheckWorker.py @@ -156,7 +156,7 @@ class AutomationMassHealthEligibilityCheck: # wait for the PDF to fully appear downloaded_path = wait_for_pdf_download() # generate unique target path (include memberId) - target_path = self._unique_target_path() + target_path = _unique_target_path() # It's possible Chrome writes a file with a fixed name: copy/rename it to our target name. shutil.copyfile(downloaded_path, target_path) # ensure the copied file is writable / stable