Skip to content

Commit

Permalink
fixed addon edit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
opaduchak committed Dec 28, 2024
1 parent d96f0fe commit 01c65af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/acceptance/guid-node/addons-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ module('Acceptance | guid-node/addons', hooks => {
externalStorageService: box,
accountOwner: userRef,
authorizedResource: nodeRef,
currentUserIsOwner: true,
});
const s3AccountsDisplayNamesAndRootFolders = [{
displayName: 'My Box Account',
Expand All @@ -139,6 +140,7 @@ module('Acceptance | guid-node/addons', hooks => {
externalStorageService: s3,
accountOwner: userRef,
authorizedResource: nodeRef,
currentUserIsOwner: true,
});
server.create('configured-storage-addon', {
displayName: s3AccountsDisplayNamesAndRootFolders[1].displayName,
Expand All @@ -147,6 +149,7 @@ module('Acceptance | guid-node/addons', hooks => {
externalStorageService: s3,
accountOwner: userRef,
authorizedResource: nodeRef,
currentUserIsOwner: true,
});

const url = `/${node.id}/addons`;
Expand Down

0 comments on commit 01c65af

Please sign in to comment.