We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ca2c1 commit 5d4efe5Copy full SHA for 5d4efe5
1 file changed
apps/code/src/shared/constants/oauth.test.ts
@@ -8,7 +8,7 @@ describe("OAUTH_SCOPES guard", () => {
8
scopes: OAUTH_SCOPES,
9
}).toMatchInlineSnapshot(`
10
{
11
- "scopeVersion": 3,
+ "scopeVersion": 4,
12
"scopes": [
13
"user:read",
14
"user:write",
@@ -26,6 +26,7 @@ describe("OAUTH_SCOPES guard", () => {
26
"event_definition:read",
27
"event_definition:write",
28
"experiment:read",
29
+ "export:read",
30
"experiment:write",
31
"feature_flag:read",
32
"feature_flag:write",
0 commit comments