Skip to content

Commit 0cb1ffc

Browse files
committed
Remove debug statement from test
1 parent da1b60c commit 0cb1ffc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def test_signature_v5_lowers_and_then_sorts_headers(self):
207207
actual = duo_client.client.canonicalize(
208208
'POST', 'foO.BaR52.cOm', '/Foo/BaR2/qux', params, 'Tue, 17 Nov 2020 14:12:00',
209209
sig_version=5, body=body, additional_headers=headers)
210-
#raise Exception(actual)
211210
self.assertEqual(actual, expected)
212211

213212

0 commit comments

Comments
 (0)