File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
tests/modules/programs/firefox/profiles/extensions Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 88 uBlockStubPkg = config . lib . test . mkStubPackage {
99 name = "ublock-origin-dummy" ;
1010 extraAttrs = {
11- 1211 meta . mozPermissions = [
1312 "privacy"
1413 "storage"
6968 ] ;
7069 exactPermissions = true ;
7170 settings = {
72- ${ uBlockStubPkg . addonId } = {
71+ ${ uBlockStubPkg . name } = {
7372 permissions = [
7473 "privacy"
7574 "storage"
104103 // {
105104 test . asserts . assertions . expected = [
106105 ''
107- Extension ${ uBlockStubPkg . addonId } requests permissions that weren't
106+ Extension ${ uBlockStubPkg . name } requests permissions that weren't
108107 authorized: ["tabs"].
109108 Consider adding the missing permissions to
110- '${ lib . showOption modulePath } .profiles.extensions.extensions." ${ uBlockStubPkg . addonId } " .permissions'.
109+ '${ lib . showOption modulePath } .profiles.extensions.extensions.${ uBlockStubPkg . name } .permissions'.
111110 ''
112111 ''
113112 The following permissions were authorized, but extension
You can’t perform that action at this time.
0 commit comments