Skip to content

Commit

Permalink
Removed accidental modification.
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Belle <[email protected]>
  • Loading branch information
Matt Belle committed Oct 31, 2024
1 parent a11d82b commit 06d60c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions podman/tests/integration/test_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def test_container_crud(self):

with self.subTest("Inspect Container"):
actual = self.client.containers.get(container.id)

labeled_container.remove(v=True)
self.assertIsInstance(actual, Container)
self.assertEqual(actual.id, container.id)

Expand Down

0 comments on commit 06d60c3

Please sign in to comment.