Skip to content

Commit 8273775

Browse files
committed
tests: Fix typo in test_projects_restrictions
Signed-off-by: Kadin Sayani <kadin.sayani@canonical.com>
1 parent f144846 commit 8273775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suites/projects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ test_projects_restrictions() {
10701070
lxc project set p1 restricted.containers.interception=allow
10711071
lxc config set c1 security.syscalls.intercept.mknod=true
10721072
lxc config set c1 security.syscalls.intercept.mount=true
1073-
! lxc config set c1 security.syscalls.intercept.mount.allow=ext4 || false
1073+
! lxc config set c1 security.syscalls.intercept.mount.allowed=ext4 || false
10741074

10751075
lxc delete c1
10761076

0 commit comments

Comments
 (0)