Skip to content
Snippets Groups Projects

Boot quickly Arkindex

Merged Bastien Abadie requested to merge quick-boot into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,7 +6,7 @@ from arkindex.project.aws import should_verify_cert # noqa
class AWSTestCase(TestCase):
def test_should_verify_cert(self):
self.assertTrue(should_verify_cert("https://google.fr/whatever"))
self.assertFalse(should_verify_cert("https://minio.ark.localhost/bucket/object"))
self.assertFalse(should_verify_cert("https://ark.localhost/corpus"))
self.assertTrue(should_verify_cert(None))
Loading