Skip to content

Commit

Permalink
GML-1660 change authheader to token
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 089165b commit c55cca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_jwtAuth.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def test_jwtauth(self):
# print (token)

authheader = {'Authorization': "Bearer " + token[0]}
print (f"authheader from init conn: {authheader}")
self.conn.authHeader = authheader
print (f"authheader from init conn: {self.conn.authHeader}")
dbversion = self.conn.getVer()
print (f"dbversion from init conn: {dbversion}")

Expand Down

0 comments on commit c55cca4

Please sign in to comment.