We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba71269 commit 0abfce9Copy full SHA for 0abfce9
1 file changed
tests/test_04_key_jar.py
@@ -1,8 +1,8 @@
1
import json
2
import os
3
-import warnings
4
import shutil
5
import time
+import warnings
6
7
import pytest
8
@@ -452,7 +452,7 @@ def test_provider(self):
452
)
453
iss_keys = kj.get_issuer_keys("https://connect-op.heroku.com")
454
if not iss_keys:
455
- _msg = '{} is not available at this moment!'.format(_url)
+ _msg = "{} is not available at this moment!".format(_url)
456
warnings.warn(_msg)
457
else:
458
assert iss_kes[0].keys()
0 commit comments