aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'print_test.go')
-rw-r--r--print_test.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/print_test.go b/print_test.go
index 883199d6..012a48dc 100644
--- a/print_test.go
+++ b/print_test.go
@@ -257,7 +257,8 @@ App
],
"container": {
"hostname": "localhost",
- "seccomp": 32,
+ "seccomp_flags": 1,
+ "seccomp_presets": 1,
"devel": true,
"userns": true,
"net": true,
@@ -382,7 +383,8 @@ App
],
"container": {
"hostname": "localhost",
- "seccomp": 32,
+ "seccomp_flags": 1,
+ "seccomp_presets": 1,
"devel": true,
"userns": true,
"net": true,
@@ -561,7 +563,8 @@ func Test_printPs(t *testing.T) {
],
"container": {
"hostname": "localhost",
- "seccomp": 32,
+ "seccomp_flags": 1,
+ "seccomp_presets": 1,
"devel": true,
"userns": true,
"net": true,