Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hwrdtm committed May 6, 2023
1 parent c89c220 commit bd066b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ describe('Session', () => {
savedParams.litNodeClient.generateSessionCapabilityObjectWithWildcards([
litResource,
]);
expect(sessionCapabilityObject.attenuations).to.be.eq({
'lit-acc://*': {
expect(sessionCapabilityObject.attenuations).to.deep.equal({
[`lit-acc://${hashedResourceId}`]: {
'*/*': [{}],
},
});
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-helpers/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"_buildWeb": {
"executor": "@websaam/nx-esbuild:package",
"options": {
"globalName": "LitJsSdk_litNodeClient",
"globalName": "LitJsSdk_authHelpers",
"outfile": "dist/packages/auth-helpers-vanilla/auth-helpers.js",
"entryPoints": ["./packages/auth-helpers/src/index.ts"],
"define": {
Expand Down

0 comments on commit bd066b7

Please sign in to comment.