Skip to content

Commit

Permalink
WIP: Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Mar 4, 2024
1 parent f6114a9 commit 5caa45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ def post_specification(specification, is_lockfile):
"is_lockfile": is_lockfile,
},
)
print("XXXXXXXXX", response.json())
response.raise_for_status()
r = schema.APIPostSpecification.parse_obj(response.json())
assert r.status == schema.APIStatus.OK
Expand Down

0 comments on commit 5caa45a

Please sign in to comment.