Skip to content

Commit

Permalink
fixed validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnichase committed Jun 13, 2024
1 parent 8fb72b0 commit ec66693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/got-api-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-api-test",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"type": "module",
"main": "index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/got-api-test/v1/generated/validation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let headers: Record<string, string>;
beforeAll(async () => {
const user1Api = await createUserApi(env.TEST_USER_1_EMAIL, env.TEST_USER_1_PW);
headers = {
'Content-Type': 'application/json',
Authorization: `${user1Api.getCurrentSession()?.idToken}`,
};
});
Expand Down

0 comments on commit ec66693

Please sign in to comment.