Skip to content

Commit e25463c

Browse files
author
Colin Schimmelfing
committed
remove cert test against staging - not worth it
1 parent 3d38733 commit e25463c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_cert_pinning.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ def test_prod_api(self):
1818
district = clever.District.all()[0]
1919
self.assertEqual(district.name, 'Demo District')
2020

21-
def test_staging_api(self):
22-
clever.api_base = 'https://api-staging.ops.clever.com'
23-
district = clever.District.all()[0]
24-
self.assertEqual(district.name, 'Demo District')
25-
2621
def test_cert_failure(self):
2722
clever.api_base = 'https://httpbin.org'
2823
self.assertRaises(clever.APIConnectionError, clever.District.all)

0 commit comments

Comments
 (0)