Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jul 9, 2024
1 parent 0e38e37 commit 59c43e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_runlike.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def test_restart_with_max(self):

def test_restart_not_present(self):
# If the restart policy is not set, the default value is no.
# self.dont_expect_substr('--restart', 4)
self.expect_substr('--restart=no \\', 4)

def test_hostname(self):
Expand All @@ -94,7 +93,6 @@ def test_hostname_not_present(self):

def test_network_mode(self):
# When no network mode is set, bridge is used by default
# self.dont_expect_substr('--network', 1)
self.expect_substr('--network=bridge', 1)
self.expect_substr('--network=host', 2)
self.expect_substr('--network=runlike_fixture_bridge', 3)
Expand Down

0 comments on commit 59c43e4

Please sign in to comment.