Skip to content

Commit f87f42f

Browse files
committed
format...
1 parent 343c932 commit f87f42f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_wsse_signature.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"signature_method,expected_signature_href", SIGNATURE_METHODS_TESTDATA
4141
)
4242
def test_sign_timestamp_if_present(
43-
digest_method,
44-
signature_method,
45-
expected_digest_href,
46-
expected_signature_href,
43+
digest_method,
44+
signature_method,
45+
expected_digest_href,
46+
expected_signature_href,
4747
):
4848
envelope = load_xml(
4949
"""

0 commit comments

Comments
 (0)