Task #3792
Updated by Ram Kordale 10 days ago
When automated tests run with the test_gcf flag set to true, update getFileFromGCS so it fetches dummy files directly from the bucket instead of using mocks. For the get-file functionality, add a new dummy k-12 file (with and without themes) to the bucket and implement the same logic used for the 'k-12' file to fetch these dummy files. This approach ensures that get_file gcf the real file-fetching logic is called if automated test is called with test_gcf flag as true. exercised during testing without relying on mocks.