Skip to content

Commit 59c0dd5

Browse files
committed
restore
1 parent c0093d0 commit 59c0dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/openapi/test_strictmode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ def upsert_points(ids: list[int]):
10981098
})
10991099

11001100
for i in range(32):
1101-
upsert_points([3, 4]).json()
1101+
print(upsert_points([3, 4]).json())
11021102

11031103
# Max limit has been reached and one of the next requests must fail. Due to cache it might not be the first call!
11041104
for i in range(32):

0 commit comments

Comments
 (0)