Skip to content

Commit

Permalink
fix: restart no test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jul 9, 2024
1 parent 7177cbe commit 0e38e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runlike.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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 \\')
self.expect_substr('--restart=no \\', 4)

def test_hostname(self):
self.expect_substr('--hostname=Essos \\')
Expand Down

0 comments on commit 0e38e37

Please sign in to comment.