Skip to content

Commit 5d4efe5

Browse files
committed
fix: update oauth scopes snapshot to match current scope version
Generated-By: PostHog Code Task-Id: 0cd5d4cc-2a3f-42c4-8120-da2c2bd4ddd9
1 parent 67ca2c1 commit 5d4efe5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/code/src/shared/constants/oauth.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("OAUTH_SCOPES guard", () => {
88
scopes: OAUTH_SCOPES,
99
}).toMatchInlineSnapshot(`
1010
{
11-
"scopeVersion": 3,
11+
"scopeVersion": 4,
1212
"scopes": [
1313
"user:read",
1414
"user:write",
@@ -26,6 +26,7 @@ describe("OAUTH_SCOPES guard", () => {
2626
"event_definition:read",
2727
"event_definition:write",
2828
"experiment:read",
29+
"export:read",
2930
"experiment:write",
3031
"feature_flag:read",
3132
"feature_flag:write",

0 commit comments

Comments
 (0)