diff --git a/tests/test_jwtAuth.py b/tests/test_jwtAuth.py index 3c4decd0..4253d0de 100644 --- a/tests/test_jwtAuth.py +++ b/tests/test_jwtAuth.py @@ -55,7 +55,7 @@ class TestJWTTokenAuth(unittest.TestCase): # ) @classmethod def setUpClass(cls): - cls.conn = make_connection() + cls.conn = make_connection(graphname="Cora") def test_jwtauth(self):