diff options
Diffstat (limited to 'hst/hst_test.go')
| -rw-r--r-- | hst/hst_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go index 31b9013e..a3930f48 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -90,7 +90,8 @@ func TestTemplate(t *testing.T) { "seccomp_compat": true, "devel": true, "userns": true, - "net": true, + "host_net": true, + "host_abstract": true, "tty": true, "multiarch": true, "env": { |
