diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_digikey.py | 2 |
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 |