aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/app_nixos_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/app_nixos_test.go')
-rw-r--r--internal/app/app_nixos_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/app/app_nixos_test.go b/internal/app/app_nixos_test.go
index 4a350caf..41b03eaa 100644
--- a/internal/app/app_nixos_test.go
+++ b/internal/app/app_nixos_test.go
@@ -23,7 +23,7 @@ var testCasesNixos = []sealTestCase{
Confinement: app.ConfinementConfig{
AppID: 0,
Username: "chronos",
- Home: "/home/chronos",
+ Outer: "/home/chronos",
},
},
app.ID{
@@ -204,7 +204,7 @@ var testCasesNixos = []sealTestCase{
AppID: 9,
Groups: []string{"video"},
Username: "chronos",
- Home: "/home/chronos",
+ Outer: "/home/chronos",
SessionBus: &dbus.Config{
Talk: []string{
"org.freedesktop.Notifications",