aboutsummaryrefslogtreecommitdiff
path: root/test/test_digikey.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_digikey.py')
-rw-r--r--test/test_digikey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_digikey.py b/test/test_digikey.py
index 4961a9d..cc7dfc7 100644
--- a/test/test_digikey.py
+++ b/test/test_digikey.py
@@ -48,7 +48,7 @@ def test_digikey_1(tmpdir):
@pytest.mark.digikey
def test_digikey_2():
- content = client.product_search("TCR2LF", page_size=500)
+ content = client.product_search("TCR2LF")
res = parser.parse_string(client.baseurl, content)
assert res.response_type == dk.SearchResponseTypes.MANY