Skip to content

Commit 3c7bae8

Browse files
committed
normalize snapshots
1 parent 3a87c35 commit 3c7bae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sso/__snapshots__/sso.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques
2323
"Accept": "application/json, text/plain, */*",
2424
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
2525
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
26-
"User-Agent": "workos-node/8.0.0-beta.4/fetch (node/v18.20.7)",
26+
"User-Agent": "workos-node/VERSION/fetch (node/v18.0.0)",
2727
}
2828
`;
2929

@@ -67,7 +67,7 @@ exports[`SSO SSO getProfileAndToken without a groups attribute sends a request t
6767
"Accept": "application/json, text/plain, */*",
6868
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
6969
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
70-
"User-Agent": "workos-node/8.0.0-beta.4/fetch (node/v18.20.7)",
70+
"User-Agent": "workos-node/VERSION/fetch (node/v18.0.0)",
7171
}
7272
`;
7373

0 commit comments

Comments
 (0)