Skip to content

Commit

Permalink
Update test_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
2077DevWave authored Nov 15, 2024
1 parent 25ff0bf commit c4338b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import requests
from unittest.mock import patch
from app import get_divar_urls, fetch_product_details, extract_tag_from_url, save_to_csv
from divar_scraper import get_divar_urls, fetch_product_details, extract_tag_from_url, save_to_csv

# Mock the requests.get call to avoid making actual API requests during tests

Expand Down

0 comments on commit c4338b5

Please sign in to comment.