Skip to content

Commit

Permalink
GML-1660 swithc to graph Cora
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu Zhou authored and Lu Zhou committed Jun 11, 2024
1 parent 3476060 commit 163236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jwtAuth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 163236a

Please sign in to comment.