summaryrefslogtreecommitdiffstats
path: root/src/cephadm/tests/test_deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cephadm/tests/test_deploy.py')
-rw-r--r--src/cephadm/tests/test_deploy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cephadm/tests/test_deploy.py b/src/cephadm/tests/test_deploy.py
index 0be62ad021e..58f212beff6 100644
--- a/src/cephadm/tests/test_deploy.py
+++ b/src/cephadm/tests/test_deploy.py
@@ -558,7 +558,7 @@ def test_deploy_smb_container(cephadm_fs, funkypatch):
with open(basedir / 'unit.run') as f:
runfile_lines = f.read().splitlines()
assert 'podman' in runfile_lines[-1]
- assert runfile_lines[-1].endswith('quay.io/essembee/samba-server:latest --samba-debug-level=6 run smbd')
+ assert runfile_lines[-1].endswith('quay.io/essembee/samba-server:latest run smbd')
assert f'-v {basedir}/etc-samba-container:/etc/samba/container:z' in runfile_lines[-1]
assert f'-v {basedir}/lib-samba:/var/lib/samba:z' in runfile_lines[-1]
assert '-e SAMBA_CONTAINER_ID=smb1' in runfile_lines[-1]