Skip to content

Commit 22b87c2

Browse files
author
Aiden Scandella
committed
Fix all broken tests by disabling sslify
1 parent 2d95a9b commit 22b87c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_endpoints.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
class TestCases(unittest.TestCase):
1313
def setUp(self):
14+
# Necessary to disable SSLify
15+
app.debug = True
1416
self.test_app = app.test_client()
1517
self.session = app.requests_session
1618

0 commit comments

Comments
 (0)