Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 2a0d0d6

Browse files
committed
fix tests
1 parent d352cba commit 2a0d0d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/components/addons-service/configured-addon-edit/component-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ module('Integration | Component | addons-service | configured-addon-edit', funct
9292
const args = {
9393
rootFolder: 'root-1-1',
9494
displayName: 'My configured addon',
95-
resourceType: undefined,
96-
targetId: undefined,
95+
resourceType: '',
96+
targetId: '',
9797
};
9898
assert.ok(this.onSave.calledOnceWith(args), 'Save action was called with selected folder id');
9999
});

0 commit comments

Comments
 (0)