Skip to content

Commit

Permalink
Adding missing comma (#1986)
Browse files Browse the repository at this point in the history
Co-authored-by: narrieta <narrieta>
  • Loading branch information
narrieta authored Aug 20, 2020
1 parent de5302b commit c73a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/test_cgroupapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_cgroups_should_be_supported_only_on_ubuntu_16_and_later(self):
(['redhat', '7.7.1908', 'Core'], False),
(['bigip', '15.0.1', 'Final'], False),
(['gaia', '273.562', 'R80.30'], False),
(['debian' '9.1', ''], False),
(['debian', '9.1', ''], False),
]

for (distro, supported) in test_cases:
Expand Down

0 comments on commit c73a8d9

Please sign in to comment.