Skip to content

Commit

Permalink
format...
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Aug 15, 2021
1 parent 343c932 commit f87f42f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_wsse_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"signature_method,expected_signature_href", SIGNATURE_METHODS_TESTDATA
)
def test_sign_timestamp_if_present(
digest_method,
signature_method,
expected_digest_href,
expected_signature_href,
digest_method,
signature_method,
expected_digest_href,
expected_signature_href,
):
envelope = load_xml(
"""
Expand Down

0 comments on commit f87f42f

Please sign in to comment.