Skip to content

Commit

Permalink
Full live test pass with signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Jul 25, 2024
1 parent 7062938 commit e110a64
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions tests/pa/test_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ def test_ssn4(self):

TEST_SIGNATURE_PATH = pathlib.Path(__file__).parent / "test_signature.png"

@unittest.skip("""
XXX I can see that the image data included in our POST request
exactly matches the API spec, but the staging endpoint
times out and never responds when I send it. A bug on PA's part?
""")
def test_signature_image(self):
"""Test submitting an application with a signature image."""
signature_img = Image.open(self.TEST_SIGNATURE_PATH)
Expand Down
File renamed without changes
Binary file removed tests/test_img.png
Binary file not shown.
1 change: 0 additions & 1 deletion tests/test_img_url.txt

This file was deleted.

0 comments on commit e110a64

Please sign in to comment.