Skip to content

Commit 05b7a13

Browse files
committed
fix smoketest typo and errors
1 parent 9bbc7d7 commit 05b7a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoketest/scripts/cli/test_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_basic(self):
110110
tmp = cmd(f'sudo podman exec -it {cont_name} sysctl kernel.msgmax')
111111
self.assertEqual(tmp, 'kernel.msgmax = 4096')
112112

113-
tmp = cmd(f'podman container inspect {cont_name} --format "{{{{ .HostConfig.LogConfig.Type }}}}""')
113+
tmp = cmd(f'sudo podman container inspect {cont_name} --format "{{ .HostConfig.LogConfig.Type }}"').strip()
114114
self.assertEqual(tmp, 'journald')
115115

116116

0 commit comments

Comments
 (0)