Skip to content

Commit

Permalink
adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 26, 2024
1 parent 0a2317e commit 8288d3c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ def test_list_not_existing_storage_directories(
assert err == ""
assert out == "3050\n3300\n"

client.read.assert_called_once_with(endpoint="container", obj={"technologyid": [2, 4]}, return_id_only=True)
client.read.assert_called_once_with(
endpoint="container", obj={"technologyid": [2, 4]}, return_id_only=True, max_results=500
)


if __name__ == "__main__":
Expand Down

0 comments on commit 8288d3c

Please sign in to comment.