Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-meyer committed Aug 22, 2023
1 parent db30e89 commit 16da5ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions training/tests/test_api_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ def test_get_specific_certificate(self, fake_cert_repo, goodJWT, user_cert, fake
cert.completion_date
)
assert response.status_code == status.HTTP_200_OK
print(dir(response))
print(response.headers)
assert response.headers['content-type'] == 'application/pdf'
assert response.headers['content-disposition'] == 'attachment; filename="SmartPayTraining.pdf"'
assert response.text == "some bytes"

0 comments on commit 16da5ca

Please sign in to comment.