Skip to content

Commit 1e94e48

Browse files
committed
feat: updated test to use v2 only
1 parent 063a2cc commit 1e94e48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
2626
- name: Run test suite
2727
run: |
28-
pytest -sv e2e.py -k "test_single_data"
28+
pytest -sv e2e.py -k "test_v2"

e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def test_single_data():
2323

2424
assert len(details['extracted_urls']) > 0
2525

26+
2627
def test_v2():
2728
p = Pinterest()
2829
images_url = p.search(keyword, images_to_download)

0 commit comments

Comments
 (0)