We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0093d0 commit 59c0dd5Copy full SHA for 59c0dd5
1 file changed
tests/openapi/test_strictmode.py
@@ -1098,7 +1098,7 @@ def upsert_points(ids: list[int]):
1098
})
1099
1100
for i in range(32):
1101
- upsert_points([3, 4]).json()
+ print(upsert_points([3, 4]).json())
1102
1103
# Max limit has been reached and one of the next requests must fail. Due to cache it might not be the first call!
1104
0 commit comments