Skip to content

Commit

Permalink
Use correct token in test
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Aug 5, 2024
1 parent 763d9c2 commit c317bd7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/seam/connect/env.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,8 @@ test.serial(
async (t) => {
const { seed, endpoint } = await getTestServer(t)
env.SEAM_API_KEY = seed.seam_apikey1_token
const consoleSessionToken = jwt.sign(
{
user_id: seed.john_user_id,
key: seed.john_user_key,
},
'secret',
)
const seam = SeamHttp.fromPersonalAccessToken(
consoleSessionToken,
seed.seam_at1_token,
seed.seed_workspace_1,
{
endpoint,
Expand Down

0 comments on commit c317bd7

Please sign in to comment.