IMAP-Science-Operations-Center / sds-data-manager

MIT License
0 stars 14 forks source link

BUG - Undid Code that breaks tests due to psycopg import error #395

Closed tech3371 closed 1 week ago

tech3371 commented 1 week ago

Change Summary

closes #394

Overview

We are unable to run pytest locally to test anything because of issue listed in the ticket. The logic in the file was added to tests test_batch_starter.py's test_duplicate_job(). I undid that change since it's more important to test other tests. If we want to continue testing batch starter's duplicate job, we will need to revisit. I will create issue to capture that.

Testing