Skip to content

Commit

Permalink
try removing scope projects:read scope from oidc-signin-tool test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-polinsky committed Dec 13, 2024
1 parent 621ee6b commit 5b5bdf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dist

# testing
.nyc_output
.parcel-cache
junit_results.xml
/**/test-results/**/*
generated-docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test.describe("Sign in (#integration)", () => {
const token = await getTestAccessToken(
{
...oidcConfig,
scope: `${oidcConfig.scope} projects:read`,
scope: oidcConfig.scope,
},
validUser,
);
Expand Down

0 comments on commit 5b5bdf2

Please sign in to comment.