Skip to content

Commit a98a278

Browse files
committed
fix: unexpected keyword argument
Signed-off-by: Khushiyant <[email protected]>
1 parent f0faa20 commit a98a278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/models_containers_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def test_create_container_args(self):
4949
'cap_add': ['foo'],
5050
'cap_drop': ['bar'],
5151
'cgroup_parent': 'foobar',
52-
'cgroup': 'host',
5352
'cgroupns': 'host',
5453
'cpu_period': 1,
5554
'cpu_quota': 2,

0 commit comments

Comments
 (0)